#cffcb6
a pale, electric green · cool · closest name: khaki
RGB
207, 252, 182
HSL
99°, 92%, 85%
CMYK
18, 0, 28, 1
Luminance
0.8626
Every format
| HEX | #cffcb6 |
| RGB | rgb(207, 252, 182) |
| HSL | hsl(99, 92%, 85%) |
| CMYK | cmyk(18%, 0%, 28%, 1%) |
| LAB | lab(94.4 -26.6 28.9) |
| LCH | lch(94.4 39.3 132.6) |
| OKLCH | oklch(0.943 0.103 134.7) |
Copy-ready code
/* CSS */
color: #cffcb6;
background-color: #cffcb6;
/* Tailwind (arbitrary) */
class="text-[#cffcb6] bg-[#cffcb6]"
/* SCSS */
$brand: #cffcb6;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.714)
/* Android */
Color.parseColor("#cffcb6")Accessibility — WCAG contrast
Aa
#cffcb6 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcb6 on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue71.4%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow27.8%
Key (black)1.2%
Color previews
#cffcb6 text on a black background
contrast 18.25:1
Card sample
#cffcb6 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcb6;
Background color
Panel with #cffcb6 background
background-color: #cffcb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcb6; background: linear-gradient(135deg, #cffcb6, #B6FCCC);