#cff8b9
a light, electric green · cool · closest name: khaki
RGB
207, 248, 185
HSL
99°, 82%, 85%
CMYK
17, 0, 25, 3
Luminance
0.8390
Every format
| HEX | #cff8b9 |
| RGB | rgb(207, 248, 185) |
| HSL | hsl(99, 82%, 85%) |
| CMYK | cmyk(17%, 0%, 25%, 3%) |
| LAB | lab(93.4 -24.3 26.0) |
| LCH | lch(93.4 35.6 133.0) |
| OKLCH | oklch(0.934 0.093 134.9) |
Copy-ready code
/* CSS */
color: #cff8b9;
background-color: #cff8b9;
/* Tailwind (arbitrary) */
class="text-[#cff8b9] bg-[#cff8b9]"
/* SCSS */
$brand: #cff8b9;
/* SwiftUI */
Color(red: 0.812, green: 0.973, blue: 0.725)
/* Android */
Color.parseColor("#cff8b9")Accessibility — WCAG contrast
Aa
#cff8b9 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff8b9 on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.3%
Blue72.5%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow25.4%
Key (black)2.7%
Color previews
#cff8b9 text on a black background
contrast 17.78:1
Card sample
#cff8b9 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff8b9;
Background color
Panel with #cff8b9 background
background-color: #cff8b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff8b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 248, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 248, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff8b9; background: linear-gradient(135deg, #cff8b9, #B9F8CD);