#4dfcca
a balanced, electric cyan · cool · closest name: aquamarine
RGB
77, 252, 202
HSL
163°, 97%, 65%
CMYK
69, 0, 20, 1
Luminance
0.7546
Every format
| HEX | #4dfcca |
| RGB | rgb(77, 252, 202) |
| HSL | hsl(163, 97%, 65%) |
| CMYK | cmyk(69%, 0%, 20%, 1%) |
| LAB | lab(89.6 -55.6 11.2) |
| LCH | lch(89.6 56.7 168.6) |
| OKLCH | oklch(0.891 0.158 169.5) |
Copy-ready code
/* CSS */
color: #4dfcca;
background-color: #4dfcca;
/* Tailwind (arbitrary) */
class="text-[#4dfcca] bg-[#4dfcca]"
/* SCSS */
$brand: #4dfcca;
/* SwiftUI */
Color(red: 0.302, green: 0.988, blue: 0.792)
/* Android */
Color.parseColor("#4dfcca")Accessibility — WCAG contrast
Aa
#4dfcca on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dfcca on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green98.8%
Blue79.2%
CMYK percentages
Cyan69.4%
Magenta0.0%
Yellow19.8%
Key (black)1.2%
Color previews
#4dfcca text on a black background
contrast 16.09:1
Card sample
#4dfcca text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dfcca;
Background color
Panel with #4dfcca background
background-color: #4dfcca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dfcca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 252, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 252, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dfcca; background: linear-gradient(135deg, #4dfcca, #4DB9FC);