Brain Freeze
#00eeff
Here's everything about the color Brain Freeze (#00eeff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #00eeff | |
|---|---|---|
| RGB | rgb(0, 238, 255) | |
| HSL | hsl(184, 100%, 50%) | |
| CMYK | cmyk(100%, 7%, 0%, 0%) | |
| LAB | lab(86, -44, -22) | |
| OKLCH | oklch(0.87 0.148 204) |
Color harmonies
Tints & shades
Code snippets
color: #00eeff;
background-color: #00eeff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF00EEFF)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.93, blue: 1.00, alpha: 1.0)