#cffcb3
a light, electric green · cool · closest name: khaki
RGB
207, 252, 179
HSL
97°, 92%, 85%
CMYK
18, 0, 29, 1
Luminance
0.8614
Every format
| HEX | #cffcb3 |
| RGB | rgb(207, 252, 179) |
| HSL | hsl(97, 92%, 85%) |
| CMYK | cmyk(18%, 0%, 29%, 1%) |
| LAB | lab(94.4 -27.1 30.4) |
| LCH | lch(94.4 40.7 131.7) |
| OKLCH | oklch(0.942 0.106 133.8) |
Copy-ready code
/* CSS */
color: #cffcb3;
background-color: #cffcb3;
/* Tailwind (arbitrary) */
class="text-[#cffcb3] bg-[#cffcb3]"
/* SCSS */
$brand: #cffcb3;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.702)
/* Android */
Color.parseColor("#cffcb3")Accessibility — WCAG contrast
Aa
#cffcb3 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcb3 on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue70.2%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow29.0%
Key (black)1.2%
Color previews
#cffcb3 text on a black background
contrast 18.23:1
Card sample
#cffcb3 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcb3;
Background color
Panel with #cffcb3 background
background-color: #cffcb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcb3; background: linear-gradient(135deg, #cffcb3, #B3FCC8);