#03ebfe
a balanced, electric cyan · cool · closest name: cyan
RGB
3, 235, 254
HSL
185°, 99%, 50%
CMYK
99, 8, 0, 0
Luminance
0.6659
Every format
| HEX | #03ebfe |
| RGB | rgb(3, 235, 254) |
| HSL | hsl(185, 99%, 50%) |
| CMYK | cmyk(99%, 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: #03ebfe;
background-color: #03ebfe;
/* Tailwind (arbitrary) */
class="text-[#03ebfe] bg-[#03ebfe]"
/* SCSS */
$brand: #03ebfe;
/* SwiftUI */
Color(red: 0.012, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#03ebfe")Accessibility — WCAG contrast
Aa
#03ebfe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03ebfe on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green92.2%
Blue99.6%
CMYK percentages
Cyan98.8%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#03ebfe text on a black background
contrast 14.32:1
Card sample
#03ebfe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03ebfe;
Background color
Panel with #03ebfe background
background-color: #03ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03ebfe; background: linear-gradient(135deg, #03ebfe, #0344FE);