#4cefbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
76, 239, 188
HSL
161°, 84%, 62%
CMYK
68, 0, 21, 6
Luminance
0.6690
Every format
| HEX | #4cefbc |
| RGB | rgb(76, 239, 188) |
| HSL | hsl(161, 84%, 62%) |
| CMYK | cmyk(68%, 0%, 21%, 6%) |
| LAB | lab(85.5 -53.7 12.6) |
| LCH | lch(85.5 55.1 166.8) |
| OKLCH | oklch(0.856 0.153 167.8) |
Copy-ready code
/* CSS */
color: #4cefbc;
background-color: #4cefbc;
/* Tailwind (arbitrary) */
class="text-[#4cefbc] bg-[#4cefbc]"
/* SCSS */
$brand: #4cefbc;
/* SwiftUI */
Color(red: 0.298, green: 0.937, blue: 0.737)
/* Android */
Color.parseColor("#4cefbc")Accessibility — WCAG contrast
Aa
#4cefbc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cefbc on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green93.7%
Blue73.7%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow21.3%
Key (black)6.3%
Color previews
#4cefbc text on a black background
contrast 14.38:1
Card sample
#4cefbc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cefbc;
Background color
Panel with #4cefbc background
background-color: #4cefbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cefbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 239, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 239, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cefbc; background: linear-gradient(135deg, #4cefbc, #4CB5EF);