#cfebac
a light, vivid green · cool · closest name: khaki
RGB
207, 235, 172
HSL
87°, 61%, 80%
CMYK
12, 0, 27, 8
Luminance
0.7566
Every format
| HEX | #cfebac |
| RGB | rgb(207, 235, 172) |
| HSL | hsl(87, 61%, 80%) |
| CMYK | cmyk(12%, 0%, 27%, 8%) |
| LAB | lab(89.7 -19.9 27.6) |
| LCH | lch(89.7 34.0 125.8) |
| OKLCH | oklch(0.904 0.088 127.5) |
Copy-ready code
/* CSS */
color: #cfebac;
background-color: #cfebac;
/* Tailwind (arbitrary) */
class="text-[#cfebac] bg-[#cfebac]"
/* SCSS */
$brand: #cfebac;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#cfebac")Accessibility — WCAG contrast
Aa
#cfebac on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfebac on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue67.5%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow26.8%
Key (black)7.8%
Color previews
#cfebac text on a black background
contrast 16.13:1
Card sample
#cfebac text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfebac;
Background color
Panel with #cfebac background
background-color: #cfebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfebac; background: linear-gradient(135deg, #cfebac, #ACEBB3);