#cfeba3
a light, vivid green · cool · closest name: khaki
RGB
207, 235, 163
HSL
83°, 64%, 78%
CMYK
12, 0, 31, 8
Luminance
0.7533
Every format
| HEX | #cfeba3 |
| RGB | rgb(207, 235, 163) |
| HSL | hsl(83, 64%, 78%) |
| CMYK | cmyk(12%, 0%, 31%, 8%) |
| LAB | lab(89.5 -21.2 32.0) |
| LCH | lch(89.5 38.4 123.5) |
| OKLCH | oklch(0.902 0.098 125.6) |
Copy-ready code
/* CSS */
color: #cfeba3;
background-color: #cfeba3;
/* Tailwind (arbitrary) */
class="text-[#cfeba3] bg-[#cfeba3]"
/* SCSS */
$brand: #cfeba3;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.639)
/* Android */
Color.parseColor("#cfeba3")Accessibility — WCAG contrast
Aa
#cfeba3 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeba3 on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue63.9%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow30.6%
Key (black)7.8%
Color previews
#cfeba3 text on a black background
contrast 16.07:1
Card sample
#cfeba3 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeba3;
Background color
Panel with #cfeba3 background
background-color: #cfeba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeba3; background: linear-gradient(135deg, #cfeba3, #A3EBA7);