#cff8b4
a light, electric green · cool · closest name: khaki
RGB
207, 248, 180
HSL
96°, 83%, 84%
CMYK
17, 0, 27, 3
Luminance
0.8370
Every format
| HEX | #cff8b4 |
| RGB | rgb(207, 248, 180) |
| HSL | hsl(96, 83%, 84%) |
| CMYK | cmyk(17%, 0%, 27%, 3%) |
| LAB | lab(93.3 -25.0 28.5) |
| LCH | lch(93.3 37.9 131.3) |
| OKLCH | oklch(0.933 0.099 133.3) |
Copy-ready code
/* CSS */
color: #cff8b4;
background-color: #cff8b4;
/* Tailwind (arbitrary) */
class="text-[#cff8b4] bg-[#cff8b4]"
/* SCSS */
$brand: #cff8b4;
/* SwiftUI */
Color(red: 0.812, green: 0.973, blue: 0.706)
/* Android */
Color.parseColor("#cff8b4")Accessibility — WCAG contrast
Aa
#cff8b4 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff8b4 on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.3%
Blue70.6%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow27.4%
Key (black)2.7%
Color previews
#cff8b4 text on a black background
contrast 17.74:1
Card sample
#cff8b4 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff8b4;
Background color
Panel with #cff8b4 background
background-color: #cff8b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff8b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 248, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 248, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff8b4; background: linear-gradient(135deg, #cff8b4, #B4F8C6);