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