#03cefd
a balanced, electric cyan · cool · closest name: skyblue
RGB
3, 206, 253
HSL
191°, 98%, 50%
CMYK
99, 19, 0, 1
Luminance
0.5125
Every format
| HEX | #03cefd |
| RGB | rgb(3, 206, 253) |
| HSL | hsl(191, 98%, 50%) |
| CMYK | cmyk(99%, 19%, 0%, 1%) |
| LAB | lab(76.8 -26.0 -34.8) |
| LCH | lch(76.8 43.4 233.3) |
| OKLCH | oklch(0.789 0.146 222.2) |
Copy-ready code
/* CSS */
color: #03cefd;
background-color: #03cefd;
/* Tailwind (arbitrary) */
class="text-[#03cefd] bg-[#03cefd]"
/* SCSS */
$brand: #03cefd;
/* SwiftUI */
Color(red: 0.012, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#03cefd")Accessibility — WCAG contrast
Aa
#03cefd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03cefd on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green80.8%
Blue99.2%
CMYK percentages
Cyan98.8%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#03cefd text on a black background
contrast 11.25:1
Card sample
#03cefd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03cefd;
Background color
Panel with #03cefd background
background-color: #03cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03cefd; background: linear-gradient(135deg, #03cefd, #0327FD);