#cffbac
a light, electric green · cool · closest name: khaki
RGB
207, 251, 172
HSL
93°, 91%, 83%
CMYK
18, 0, 32, 2
Luminance
0.8524
Every format
| HEX | #cffbac |
| RGB | rgb(207, 251, 172) |
| HSL | hsl(93, 91%, 83%) |
| CMYK | cmyk(18%, 0%, 32%, 2%) |
| LAB | lab(94.0 -27.6 33.4) |
| LCH | lch(94.0 43.3 129.6) |
| OKLCH | oklch(0.938 0.112 131.9) |
Copy-ready code
/* CSS */
color: #cffbac;
background-color: #cffbac;
/* Tailwind (arbitrary) */
class="text-[#cffbac] bg-[#cffbac]"
/* SCSS */
$brand: #cffbac;
/* SwiftUI */
Color(red: 0.812, green: 0.984, blue: 0.675)
/* Android */
Color.parseColor("#cffbac")Accessibility — WCAG contrast
Aa
#cffbac on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffbac on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.4%
Blue67.5%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow31.5%
Key (black)1.6%
Color previews
#cffbac text on a black background
contrast 18.05:1
Card sample
#cffbac text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffbac;
Background color
Panel with #cffbac background
background-color: #cffbac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffbac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 251, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 251, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffbac; background: linear-gradient(135deg, #cffbac, #ACFBBD);