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