#4cffcb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
76, 255, 203
HSL
163°, 100%, 65%
CMYK
70, 0, 20, 0
Luminance
0.7737
Every format
| HEX | #4cffcb |
| RGB | rgb(76, 255, 203) |
| HSL | hsl(163, 100%, 65%) |
| CMYK | cmyk(70%, 0%, 20%, 0%) |
| LAB | lab(90.5 -56.7 12.0) |
| LCH | lch(90.5 57.9 168.1) |
| OKLCH | oklch(0.898 0.161 169.0) |
Copy-ready code
/* CSS */
color: #4cffcb;
background-color: #4cffcb;
/* Tailwind (arbitrary) */
class="text-[#4cffcb] bg-[#4cffcb]"
/* SCSS */
$brand: #4cffcb;
/* SwiftUI */
Color(red: 0.298, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#4cffcb")Accessibility — WCAG contrast
Aa
#4cffcb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cffcb on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green100.0%
Blue79.6%
CMYK percentages
Cyan70.2%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#4cffcb text on a black background
contrast 16.47:1
Card sample
#4cffcb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cffcb;
Background color
Panel with #4cffcb background
background-color: #4cffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cffcb; background: linear-gradient(135deg, #4cffcb, #4CBCFF);