#cfe6ba
a light, vivid green · cool · closest name: beige
RGB
207, 230, 186
HSL
91°, 47%, 82%
CMYK
10, 0, 19, 10
Luminance
0.7340
Every format
| HEX | #cfe6ba |
| RGB | rgb(207, 230, 186) |
| HSL | hsl(91, 47%, 82%) |
| CMYK | cmyk(10%, 0%, 19%, 10%) |
| LAB | lab(88.6 -15.3 18.9) |
| LCH | lch(88.6 24.4 129.0) |
| OKLCH | oklch(0.896 0.064 130.1) |
Copy-ready code
/* CSS */
color: #cfe6ba;
background-color: #cfe6ba;
/* Tailwind (arbitrary) */
class="text-[#cfe6ba] bg-[#cfe6ba]"
/* SCSS */
$brand: #cfe6ba;
/* SwiftUI */
Color(red: 0.812, green: 0.902, blue: 0.729)
/* Android */
Color.parseColor("#cfe6ba")Accessibility — WCAG contrast
Aa
#cfe6ba on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe6ba on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.2%
Blue72.9%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow19.1%
Key (black)9.8%
Color previews
#cfe6ba text on a black background
contrast 15.68:1
Card sample
#cfe6ba text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe6ba;
Background color
Panel with #cfe6ba background
background-color: #cfe6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 230, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 230, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe6ba; background: linear-gradient(135deg, #cfe6ba, #BAE6C2);