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