#cfe7ba
a light, vivid green · cool · closest name: beige
RGB
207, 231, 186
HSL
92°, 48%, 82%
CMYK
10, 0, 20, 9
Luminance
0.7396
Every format
| HEX | #cfe7ba |
| RGB | rgb(207, 231, 186) |
| HSL | hsl(92, 48%, 82%) |
| CMYK | cmyk(10%, 0%, 20%, 9%) |
| LAB | lab(88.9 -15.8 19.3) |
| LCH | lch(88.9 25.0 129.3) |
| OKLCH | oklch(0.899 0.065 130.5) |
Copy-ready code
/* CSS */
color: #cfe7ba;
background-color: #cfe7ba;
/* Tailwind (arbitrary) */
class="text-[#cfe7ba] bg-[#cfe7ba]"
/* SCSS */
$brand: #cfe7ba;
/* SwiftUI */
Color(red: 0.812, green: 0.906, blue: 0.729)
/* Android */
Color.parseColor("#cfe7ba")Accessibility — WCAG contrast
Aa
#cfe7ba on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe7ba on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.6%
Blue72.9%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow19.5%
Key (black)9.4%
Color previews
#cfe7ba text on a black background
contrast 15.79:1
Card sample
#cfe7ba text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe7ba;
Background color
Panel with #cfe7ba background
background-color: #cfe7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 231, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 231, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe7ba; background: linear-gradient(135deg, #cfe7ba, #BAE7C3);