#cbffae
a light, electric green · cool · closest name: khaki
RGB
203, 255, 174
HSL
99°, 100%, 84%
CMYK
20, 0, 32, 0
Luminance
0.8727
Every format
| HEX | #cbffae |
| RGB | rgb(203, 255, 174) |
| HSL | hsl(99, 100%, 84%) |
| CMYK | cmyk(20%, 0%, 32%, 0%) |
| LAB | lab(94.8 -30.6 33.5) |
| LCH | lch(94.8 45.4 132.4) |
| OKLCH | oklch(0.945 0.118 134.8) |
Copy-ready code
/* CSS */
color: #cbffae;
background-color: #cbffae;
/* Tailwind (arbitrary) */
class="text-[#cbffae] bg-[#cbffae]"
/* SCSS */
$brand: #cbffae;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.682)
/* Android */
Color.parseColor("#cbffae")Accessibility — WCAG contrast
Aa
#cbffae on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbffae on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue68.2%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow31.8%
Key (black)0.0%
Color previews
#cbffae text on a black background
contrast 18.45:1
Card sample
#cbffae text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbffae;
Background color
Panel with #cbffae background
background-color: #cbffae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbffae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbffae; background: linear-gradient(135deg, #cbffae, #AEFFC7);