#03afdf
a dark, electric cyan · cool · closest name: skyblue
RGB
3, 175, 223
HSL
193°, 97%, 44%
CMYK
99, 22, 0, 13
Luminance
0.3601
Every format
| HEX | #03afdf |
| RGB | rgb(3, 175, 223) |
| HSL | hsl(193, 97%, 44%) |
| CMYK | cmyk(99%, 22%, 0%, 13%) |
| LAB | lab(66.5 -20.3 -34.5) |
| LCH | lch(66.5 40.1 239.5) |
| OKLCH | oklch(0.703 0.134 226.4) |
Copy-ready code
/* CSS */
color: #03afdf;
background-color: #03afdf;
/* Tailwind (arbitrary) */
class="text-[#03afdf] bg-[#03afdf]"
/* SCSS */
$brand: #03afdf;
/* SwiftUI */
Color(red: 0.012, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#03afdf")Accessibility — WCAG contrast
Aa
#03afdf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03afdf on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green68.6%
Blue87.5%
CMYK percentages
Cyan98.7%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#03afdf text on a black background
contrast 8.20:1
Card sample
#03afdf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03afdf;
Background color
Panel with #03afdf background
background-color: #03afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03afdf; background: linear-gradient(135deg, #03afdf, #031CDF);