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