#03afbc
a dark, electric cyan · cool · closest name: teal
RGB
3, 175, 188
HSL
184°, 97%, 38%
CMYK
98, 7, 0, 26
Luminance
0.3431
Every format
| HEX | #03afbc |
| RGB | rgb(3, 175, 188) |
| HSL | hsl(184, 97%, 38%) |
| CMYK | cmyk(98%, 7%, 0%, 26%) |
| LAB | lab(65.2 -32.1 -17.2) |
| LCH | lch(65.2 36.4 208.2) |
| OKLCH | oklch(0.688 0.117 204.2) |
Copy-ready code
/* CSS */
color: #03afbc;
background-color: #03afbc;
/* Tailwind (arbitrary) */
class="text-[#03afbc] bg-[#03afbc]"
/* SCSS */
$brand: #03afbc;
/* SwiftUI */
Color(red: 0.012, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#03afbc")Accessibility — WCAG contrast
Aa
#03afbc on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03afbc on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green68.6%
Blue73.7%
CMYK percentages
Cyan98.4%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#03afbc text on a black background
contrast 7.86:1
Card sample
#03afbc text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03afbc;
Background color
Panel with #03afbc background
background-color: #03afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03afbc; background: linear-gradient(135deg, #03afbc, #0334BC);