#4cfcc3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
76, 252, 195
HSL
161°, 97%, 64%
CMYK
70, 0, 23, 1
Luminance
0.7510
Every format
| HEX | #4cfcc3 |
| RGB | rgb(76, 252, 195) |
| HSL | hsl(161, 97%, 64%) |
| CMYK | cmyk(70%, 0%, 23%, 1%) |
| LAB | lab(89.4 -57.3 14.6) |
| LCH | lch(89.4 59.1 165.7) |
| OKLCH | oklch(0.889 0.163 166.8) |
Copy-ready code
/* CSS */
color: #4cfcc3;
background-color: #4cfcc3;
/* Tailwind (arbitrary) */
class="text-[#4cfcc3] bg-[#4cfcc3]"
/* SCSS */
$brand: #4cfcc3;
/* SwiftUI */
Color(red: 0.298, green: 0.988, blue: 0.765)
/* Android */
Color.parseColor("#4cfcc3")Accessibility — WCAG contrast
Aa
#4cfcc3 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cfcc3 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green98.8%
Blue76.5%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow22.6%
Key (black)1.2%
Color previews
#4cfcc3 text on a black background
contrast 16.02:1
Card sample
#4cfcc3 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cfcc3;
Background color
Panel with #4cfcc3 background
background-color: #4cfcc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cfcc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 252, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 252, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cfcc3; background: linear-gradient(135deg, #4cfcc3, #4CC0FC);