#cffab2
a light, electric green · cool · closest name: khaki
RGB
207, 250, 178
HSL
96°, 88%, 84%
CMYK
17, 0, 29, 2
Luminance
0.8485
Every format
| HEX | #cffab2 |
| RGB | rgb(207, 250, 178) |
| HSL | hsl(96, 88%, 84%) |
| CMYK | cmyk(17%, 0%, 29%, 2%) |
| LAB | lab(93.8 -26.3 30.1) |
| LCH | lch(93.8 40.0 131.1) |
| OKLCH | oklch(0.937 0.104 133.2) |
Copy-ready code
/* CSS */
color: #cffab2;
background-color: #cffab2;
/* Tailwind (arbitrary) */
class="text-[#cffab2] bg-[#cffab2]"
/* SCSS */
$brand: #cffab2;
/* SwiftUI */
Color(red: 0.812, green: 0.980, blue: 0.698)
/* Android */
Color.parseColor("#cffab2")Accessibility — WCAG contrast
Aa
#cffab2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffab2 on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.0%
Blue69.8%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow28.8%
Key (black)2.0%
Color previews
#cffab2 text on a black background
contrast 17.97:1
Card sample
#cffab2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffab2;
Background color
Panel with #cffab2 background
background-color: #cffab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 250, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 250, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffab2; background: linear-gradient(135deg, #cffab2, #B2FAC5);