#cffdab
a light, electric green · cool · closest name: khaki
RGB
207, 253, 171
HSL
94°, 95%, 83%
CMYK
18, 0, 32, 1
Luminance
0.8646
Every format
| HEX | #cffdab |
| RGB | rgb(207, 253, 171) |
| HSL | hsl(94, 95%, 83%) |
| CMYK | cmyk(18%, 0%, 32%, 1%) |
| LAB | lab(94.5 -28.7 34.6) |
| LCH | lch(94.5 44.9 129.7) |
| OKLCH | oklch(0.943 0.116 132.1) |
Copy-ready code
/* CSS */
color: #cffdab;
background-color: #cffdab;
/* Tailwind (arbitrary) */
class="text-[#cffdab] bg-[#cffdab]"
/* SCSS */
$brand: #cffdab;
/* SwiftUI */
Color(red: 0.812, green: 0.992, blue: 0.671)
/* Android */
Color.parseColor("#cffdab")Accessibility — WCAG contrast
Aa
#cffdab on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffdab on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.2%
Blue67.1%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow32.4%
Key (black)0.8%
Color previews
#cffdab text on a black background
contrast 18.29:1
Card sample
#cffdab text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffdab;
Background color
Panel with #cffdab background
background-color: #cffdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 253, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 253, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffdab; background: linear-gradient(135deg, #cffdab, #ABFDBE);