#04ebfe
a balanced, electric cyan · cool · closest name: cyan
RGB
4, 235, 254
HSL
185°, 99%, 51%
CMYK
98, 8, 0, 0
Luminance
0.6660
Every format
| HEX | #04ebfe |
| RGB | rgb(4, 235, 254) |
| HSL | hsl(185, 99%, 51%) |
| CMYK | cmyk(98%, 8%, 0%, 0%) |
| LAB | lab(85.3 -39.5 -22.4) |
| LCH | lch(85.3 45.4 209.6) |
| OKLCH | oklch(0.858 0.146 205.2) |
Copy-ready code
/* CSS */
color: #04ebfe;
background-color: #04ebfe;
/* Tailwind (arbitrary) */
class="text-[#04ebfe] bg-[#04ebfe]"
/* SCSS */
$brand: #04ebfe;
/* SwiftUI */
Color(red: 0.016, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#04ebfe")Accessibility — WCAG contrast
Aa
#04ebfe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#04ebfe on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green92.2%
Blue99.6%
CMYK percentages
Cyan98.4%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#04ebfe text on a black background
contrast 14.32:1
Card sample
#04ebfe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04ebfe;
Background color
Panel with #04ebfe background
background-color: #04ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04ebfe; background: linear-gradient(135deg, #04ebfe, #0444FE);