#4cffc5
a balanced, electric cyan · cool · closest name: aquamarine
RGB
76, 255, 197
HSL
161°, 100%, 65%
CMYK
70, 0, 23, 0
Luminance
0.7709
Every format
| HEX | #4cffc5 |
| RGB | rgb(76, 255, 197) |
| HSL | hsl(161, 100%, 65%) |
| CMYK | cmyk(70%, 0%, 23%, 0%) |
| LAB | lab(90.4 -58.0 14.9) |
| LCH | lch(90.4 59.9 165.6) |
| OKLCH | oklch(0.896 0.165 166.7) |
Copy-ready code
/* CSS */
color: #4cffc5;
background-color: #4cffc5;
/* Tailwind (arbitrary) */
class="text-[#4cffc5] bg-[#4cffc5]"
/* SCSS */
$brand: #4cffc5;
/* SwiftUI */
Color(red: 0.298, green: 1.000, blue: 0.773)
/* Android */
Color.parseColor("#4cffc5")Accessibility — WCAG contrast
Aa
#4cffc5 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cffc5 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green100.0%
Blue77.3%
CMYK percentages
Cyan70.2%
Magenta0.0%
Yellow22.7%
Key (black)0.0%
Color previews
#4cffc5 text on a black background
contrast 16.42:1
Card sample
#4cffc5 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cffc5;
Background color
Panel with #4cffc5 background
background-color: #4cffc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cffc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 255, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 255, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cffc5; background: linear-gradient(135deg, #4cffc5, #4CC2FF);