#4cdfaf
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
76, 223, 175
HSL
160°, 70%, 59%
CMYK
66, 0, 22, 13
Luminance
0.5741
Every format
| HEX | #4cdfaf |
| RGB | rgb(76, 223, 175) |
| HSL | hsl(160, 70%, 59%) |
| CMYK | cmyk(66%, 0%, 22%, 13%) |
| LAB | lab(80.4 -50.1 12.3) |
| LCH | lch(80.4 51.6 166.3) |
| OKLCH | oklch(0.813 0.143 167.3) |
Copy-ready code
/* CSS */
color: #4cdfaf;
background-color: #4cdfaf;
/* Tailwind (arbitrary) */
class="text-[#4cdfaf] bg-[#4cdfaf]"
/* SCSS */
$brand: #4cdfaf;
/* SwiftUI */
Color(red: 0.298, green: 0.875, blue: 0.686)
/* Android */
Color.parseColor("#4cdfaf")Accessibility — WCAG contrast
Aa
#4cdfaf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdfaf on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green87.5%
Blue68.6%
CMYK percentages
Cyan65.9%
Magenta0.0%
Yellow21.5%
Key (black)12.5%
Color previews
#4cdfaf text on a black background
contrast 12.48:1
Card sample
#4cdfaf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdfaf;
Background color
Panel with #4cdfaf background
background-color: #4cdfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 223, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 223, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdfaf; background: linear-gradient(135deg, #4cdfaf, #4CADDF);