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