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