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