#cff9b2
a light, electric green · cool · closest name: khaki
RGB
207, 249, 178
HSL
96°, 86%, 84%
CMYK
17, 0, 29, 2
Luminance
0.8423
Every format
| HEX | #cff9b2 |
| RGB | rgb(207, 249, 178) |
| HSL | hsl(96, 86%, 84%) |
| CMYK | cmyk(17%, 0%, 29%, 2%) |
| LAB | lab(93.5 -25.8 29.8) |
| LCH | lch(93.5 39.4 130.9) |
| OKLCH | oklch(0.935 0.103 133.0) |
Copy-ready code
/* CSS */
color: #cff9b2;
background-color: #cff9b2;
/* Tailwind (arbitrary) */
class="text-[#cff9b2] bg-[#cff9b2]"
/* SCSS */
$brand: #cff9b2;
/* SwiftUI */
Color(red: 0.812, green: 0.976, blue: 0.698)
/* Android */
Color.parseColor("#cff9b2")Accessibility — WCAG contrast
Aa
#cff9b2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff9b2 on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.6%
Blue69.8%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow28.5%
Key (black)2.4%
Color previews
#cff9b2 text on a black background
contrast 17.85:1
Card sample
#cff9b2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff9b2;
Background color
Panel with #cff9b2 background
background-color: #cff9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 249, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 249, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff9b2; background: linear-gradient(135deg, #cff9b2, #B2F9C4);