#4cfbdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
76, 251, 223
HSL
170°, 96%, 64%
CMYK
70, 0, 11, 2
Luminance
0.7586
Every format
| HEX | #4cfbdf |
| RGB | rgb(76, 251, 223) |
| HSL | hsl(170, 96%, 64%) |
| CMYK | cmyk(70%, 0%, 11%, 2%) |
| LAB | lab(89.8 -50.3 0.6) |
| LCH | lch(89.8 50.3 179.3) |
| OKLCH | oklch(0.894 0.145 179.7) |
Copy-ready code
/* CSS */
color: #4cfbdf;
background-color: #4cfbdf;
/* Tailwind (arbitrary) */
class="text-[#4cfbdf] bg-[#4cfbdf]"
/* SCSS */
$brand: #4cfbdf;
/* SwiftUI */
Color(red: 0.298, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#4cfbdf")Accessibility — WCAG contrast
Aa
#4cfbdf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cfbdf on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green98.4%
Blue87.5%
CMYK percentages
Cyan69.7%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#4cfbdf text on a black background
contrast 16.17:1
Card sample
#4cfbdf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cfbdf;
Background color
Panel with #4cfbdf background
background-color: #4cfbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cfbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cfbdf; background: linear-gradient(135deg, #4cfbdf, #4CA2FB);