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