#04feaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
4, 254, 175
HSL
161°, 99%, 51%
CMYK
98, 0, 31, 0
Luminance
0.7400
Every format
| HEX | #04feaf |
| RGB | rgb(4, 254, 175) |
| HSL | hsl(161, 99%, 51%) |
| CMYK | cmyk(98%, 0%, 31%, 0%) |
| LAB | lab(88.9 -67.8 24.0) |
| LCH | lch(88.9 71.9 160.5) |
| OKLCH | oklch(0.881 0.194 161.7) |
Copy-ready code
/* CSS */
color: #04feaf;
background-color: #04feaf;
/* Tailwind (arbitrary) */
class="text-[#04feaf] bg-[#04feaf]"
/* SCSS */
$brand: #04feaf;
/* SwiftUI */
Color(red: 0.016, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#04feaf")Accessibility — WCAG contrast
Aa
#04feaf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#04feaf on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green99.6%
Blue68.6%
CMYK percentages
Cyan98.4%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#04feaf text on a black background
contrast 15.80:1
Card sample
#04feaf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04feaf;
Background color
Panel with #04feaf background
background-color: #04feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04feaf; background: linear-gradient(135deg, #04feaf, #04A7FE);