#04afba
a dark, electric cyan · cool · closest name: teal
RGB
4, 175, 186
HSL
184°, 96%, 37%
CMYK
98, 6, 0, 27
Luminance
0.3423
Every format
| HEX | #04afba |
| RGB | rgb(4, 175, 186) |
| HSL | hsl(184, 96%, 37%) |
| CMYK | cmyk(98%, 6%, 0%, 27%) |
| LAB | lab(65.1 -32.7 -16.2) |
| LCH | lch(65.1 36.5 206.4) |
| OKLCH | oklch(0.687 0.117 202.8) |
Copy-ready code
/* CSS */
color: #04afba;
background-color: #04afba;
/* Tailwind (arbitrary) */
class="text-[#04afba] bg-[#04afba]"
/* SCSS */
$brand: #04afba;
/* SwiftUI */
Color(red: 0.016, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#04afba")Accessibility — WCAG contrast
Aa
#04afba on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#04afba on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green68.6%
Blue72.9%
CMYK percentages
Cyan97.8%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#04afba text on a black background
contrast 7.85:1
Card sample
#04afba text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04afba;
Background color
Panel with #04afba background
background-color: #04afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04afba; background: linear-gradient(135deg, #04afba, #0436BA);