#03fceb
a balanced, electric cyan · cool · closest name: cyan
RGB
3, 252, 235
HSL
176°, 98%, 50%
CMYK
99, 0, 7, 1
Luminance
0.7564
Every format
| HEX | #03fceb |
| RGB | rgb(3, 252, 235) |
| HSL | hsl(176, 98%, 50%) |
| CMYK | cmyk(99%, 0%, 7%, 1%) |
| LAB | lab(89.7 -52.4 -5.9) |
| LCH | lch(89.7 52.7 186.4) |
| OKLCH | oklch(0.892 0.156 186.2) |
Copy-ready code
/* CSS */
color: #03fceb;
background-color: #03fceb;
/* Tailwind (arbitrary) */
class="text-[#03fceb] bg-[#03fceb]"
/* SCSS */
$brand: #03fceb;
/* SwiftUI */
Color(red: 0.012, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#03fceb")Accessibility — WCAG contrast
Aa
#03fceb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03fceb on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green98.8%
Blue92.2%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#03fceb text on a black background
contrast 16.13:1
Card sample
#03fceb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03fceb;
Background color
Panel with #03fceb background
background-color: #03fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03fceb; background: linear-gradient(135deg, #03fceb, #0367FC);