#03acaf
a dark, electric cyan · cool · closest name: teal
RGB
3, 172, 175
HSL
181°, 97%, 35%
CMYK
98, 2, 0, 31
Luminance
0.3262
Every format
| HEX | #03acaf |
| RGB | rgb(3, 172, 175) |
| HSL | hsl(181, 97%, 35%) |
| CMYK | cmyk(98%, 2%, 0%, 31%) |
| LAB | lab(63.9 -34.8 -12.0) |
| LCH | lch(63.9 36.8 199.1) |
| OKLCH | oklch(0.675 0.115 197.0) |
Copy-ready code
/* CSS */
color: #03acaf;
background-color: #03acaf;
/* Tailwind (arbitrary) */
class="text-[#03acaf] bg-[#03acaf]"
/* SCSS */
$brand: #03acaf;
/* SwiftUI */
Color(red: 0.012, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#03acaf")Accessibility — WCAG contrast
Aa
#03acaf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03acaf on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green67.5%
Blue68.6%
CMYK percentages
Cyan98.3%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#03acaf text on a black background
contrast 7.52:1
Card sample
#03acaf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03acaf;
Background color
Panel with #03acaf background
background-color: #03acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03acaf; background: linear-gradient(135deg, #03acaf, #0339AF);