#03aefd
a balanced, electric cyan · cool · closest name: steelblue
RGB
3, 174, 253
HSL
199°, 98%, 50%
CMYK
99, 31, 0, 1
Luminance
0.3738
Every format
| HEX | #03aefd |
| RGB | rgb(3, 174, 253) |
| HSL | hsl(199, 98%, 50%) |
| CMYK | cmyk(99%, 31%, 0%, 1%) |
| LAB | lab(67.6 -9.1 -49.3) |
| LCH | lch(67.6 50.1 259.5) |
| OKLCH | oklch(0.715 0.162 239.7) |
Copy-ready code
/* CSS */
color: #03aefd;
background-color: #03aefd;
/* Tailwind (arbitrary) */
class="text-[#03aefd] bg-[#03aefd]"
/* SCSS */
$brand: #03aefd;
/* SwiftUI */
Color(red: 0.012, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#03aefd")Accessibility — WCAG contrast
Aa
#03aefd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03aefd on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green68.2%
Blue99.2%
CMYK percentages
Cyan98.8%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#03aefd text on a black background
contrast 8.48:1
Card sample
#03aefd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03aefd;
Background color
Panel with #03aefd background
background-color: #03aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03aefd; background: linear-gradient(135deg, #03aefd, #0307FD);