#cffab5
a light, electric green · cool · closest name: khaki
RGB
207, 250, 181
HSL
97°, 87%, 85%
CMYK
17, 0, 28, 2
Luminance
0.8497
Every format
| HEX | #cffab5 |
| RGB | rgb(207, 250, 181) |
| HSL | hsl(97, 87%, 85%) |
| CMYK | cmyk(17%, 0%, 28%, 2%) |
| LAB | lab(93.9 -25.8 28.7) |
| LCH | lch(93.9 38.6 132.0) |
| OKLCH | oklch(0.938 0.101 134.0) |
Copy-ready code
/* CSS */
color: #cffab5;
background-color: #cffab5;
/* Tailwind (arbitrary) */
class="text-[#cffab5] bg-[#cffab5]"
/* SCSS */
$brand: #cffab5;
/* SwiftUI */
Color(red: 0.812, green: 0.980, blue: 0.710)
/* Android */
Color.parseColor("#cffab5")Accessibility — WCAG contrast
Aa
#cffab5 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffab5 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.0%
Blue71.0%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow27.6%
Key (black)2.0%
Color previews
#cffab5 text on a black background
contrast 17.99:1
Card sample
#cffab5 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffab5;
Background color
Panel with #cffab5 background
background-color: #cffab5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffab5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 250, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 250, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffab5; background: linear-gradient(135deg, #cffab5, #B5FAC9);