#cff9b7
a light, electric green · cool · closest name: khaki
RGB
207, 249, 183
HSL
98°, 85%, 85%
CMYK
17, 0, 27, 2
Luminance
0.8444
Every format
| HEX | #cff9b7 |
| RGB | rgb(207, 249, 183) |
| HSL | hsl(98, 85%, 85%) |
| CMYK | cmyk(17%, 0%, 27%, 2%) |
| LAB | lab(93.6 -25.1 27.4) |
| LCH | lch(93.6 37.1 132.5) |
| OKLCH | oklch(0.936 0.097 134.4) |
Copy-ready code
/* CSS */
color: #cff9b7;
background-color: #cff9b7;
/* Tailwind (arbitrary) */
class="text-[#cff9b7] bg-[#cff9b7]"
/* SCSS */
$brand: #cff9b7;
/* SwiftUI */
Color(red: 0.812, green: 0.976, blue: 0.718)
/* Android */
Color.parseColor("#cff9b7")Accessibility — WCAG contrast
Aa
#cff9b7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff9b7 on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.6%
Blue71.8%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow26.5%
Key (black)2.4%
Color previews
#cff9b7 text on a black background
contrast 17.89:1
Card sample
#cff9b7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff9b7;
Background color
Panel with #cff9b7 background
background-color: #cff9b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff9b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 249, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 249, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff9b7; background: linear-gradient(135deg, #cff9b7, #B7F9CB);