#4df8cd
a balanced, electric cyan · cool · closest name: aquamarine
RGB
77, 248, 205
HSL
165°, 92%, 64%
CMYK
69, 0, 17, 3
Luminance
0.7312
Every format
| HEX | #4df8cd |
| RGB | rgb(77, 248, 205) |
| HSL | hsl(165, 92%, 64%) |
| CMYK | cmyk(69%, 0%, 17%, 3%) |
| LAB | lab(88.5 -53.3 8.1) |
| LCH | lch(88.5 53.9 171.4) |
| OKLCH | oklch(0.882 0.151 172.2) |
Copy-ready code
/* CSS */
color: #4df8cd;
background-color: #4df8cd;
/* Tailwind (arbitrary) */
class="text-[#4df8cd] bg-[#4df8cd]"
/* SCSS */
$brand: #4df8cd;
/* SwiftUI */
Color(red: 0.302, green: 0.973, blue: 0.804)
/* Android */
Color.parseColor("#4df8cd")Accessibility — WCAG contrast
Aa
#4df8cd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4df8cd on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green97.3%
Blue80.4%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow17.3%
Key (black)2.7%
Color previews
#4df8cd text on a black background
contrast 15.62:1
Card sample
#4df8cd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4df8cd;
Background color
Panel with #4df8cd background
background-color: #4df8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4df8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 248, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 248, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4df8cd; background: linear-gradient(135deg, #4df8cd, #4DB1F8);