#cffcbc
a pale, electric green · cool · closest name: khaki
RGB
207, 252, 188
HSL
102°, 91%, 86%
CMYK
18, 0, 25, 1
Luminance
0.8652
Every format
| HEX | #cffcbc |
| RGB | rgb(207, 252, 188) |
| HSL | hsl(102, 91%, 86%) |
| CMYK | cmyk(18%, 0%, 25%, 1%) |
| LAB | lab(94.5 -25.7 26.1) |
| LCH | lch(94.5 36.6 134.6) |
| OKLCH | oklch(0.944 0.096 136.5) |
Copy-ready code
/* CSS */
color: #cffcbc;
background-color: #cffcbc;
/* Tailwind (arbitrary) */
class="text-[#cffcbc] bg-[#cffcbc]"
/* SCSS */
$brand: #cffcbc;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.737)
/* Android */
Color.parseColor("#cffcbc")Accessibility — WCAG contrast
Aa
#cffcbc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcbc on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue73.7%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow25.4%
Key (black)1.2%
Color previews
#cffcbc text on a black background
contrast 18.30:1
Card sample
#cffcbc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcbc;
Background color
Panel with #cffcbc background
background-color: #cffcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcbc; background: linear-gradient(135deg, #cffcbc, #BCFCD4);