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