#cffdb2
a light, electric green · cool · closest name: khaki
RGB
207, 253, 178
HSL
97°, 95%, 85%
CMYK
18, 0, 30, 1
Luminance
0.8673
Every format
| HEX | #cffdb2 |
| RGB | rgb(207, 253, 178) |
| HSL | hsl(97, 95%, 85%) |
| CMYK | cmyk(18%, 0%, 30%, 1%) |
| LAB | lab(94.6 -27.7 31.2) |
| LCH | lch(94.6 41.7 131.6) |
| OKLCH | oklch(0.944 0.109 133.8) |
Copy-ready code
/* CSS */
color: #cffdb2;
background-color: #cffdb2;
/* Tailwind (arbitrary) */
class="text-[#cffdb2] bg-[#cffdb2]"
/* SCSS */
$brand: #cffdb2;
/* SwiftUI */
Color(red: 0.812, green: 0.992, blue: 0.698)
/* Android */
Color.parseColor("#cffdb2")Accessibility — WCAG contrast
Aa
#cffdb2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffdb2 on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.2%
Blue69.8%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow29.6%
Key (black)0.8%
Color previews
#cffdb2 text on a black background
contrast 18.35:1
Card sample
#cffdb2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffdb2;
Background color
Panel with #cffdb2 background
background-color: #cffdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 253, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 253, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffdb2; background: linear-gradient(135deg, #cffdb2, #B2FDC7);