#03afda
a dark, electric cyan · cool · closest name: skyblue
RGB
3, 175, 218
HSL
192°, 97%, 43%
CMYK
99, 20, 0, 15
Luminance
0.3574
Every format
| HEX | #03afda |
| RGB | rgb(3, 175, 218) |
| HSL | hsl(192, 97%, 43%) |
| CMYK | cmyk(99%, 20%, 0%, 15%) |
| LAB | lab(66.3 -22.1 -32.1) |
| LCH | lch(66.3 39.0 235.5) |
| OKLCH | oklch(0.700 0.131 223.7) |
Copy-ready code
/* CSS */
color: #03afda;
background-color: #03afda;
/* Tailwind (arbitrary) */
class="text-[#03afda] bg-[#03afda]"
/* SCSS */
$brand: #03afda;
/* SwiftUI */
Color(red: 0.012, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#03afda")Accessibility — WCAG contrast
Aa
#03afda on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03afda on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green68.6%
Blue85.5%
CMYK percentages
Cyan98.6%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#03afda text on a black background
contrast 8.15:1
Card sample
#03afda text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03afda;
Background color
Panel with #03afda background
background-color: #03afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03afda; background: linear-gradient(135deg, #03afda, #0320DA);