#cfe8ba
a light, vivid green · cool · closest name: beige
RGB
207, 232, 186
HSL
93°, 50%, 82%
CMYK
11, 0, 20, 9
Luminance
0.7452
Every format
| HEX | #cfe8ba |
| RGB | rgb(207, 232, 186) |
| HSL | hsl(93, 50%, 82%) |
| CMYK | cmyk(11%, 0%, 20%, 9%) |
| LAB | lab(89.2 -16.3 19.7) |
| LCH | lch(89.2 25.6 129.7) |
| OKLCH | oklch(0.901 0.067 130.9) |
Copy-ready code
/* CSS */
color: #cfe8ba;
background-color: #cfe8ba;
/* Tailwind (arbitrary) */
class="text-[#cfe8ba] bg-[#cfe8ba]"
/* SCSS */
$brand: #cfe8ba;
/* SwiftUI */
Color(red: 0.812, green: 0.910, blue: 0.729)
/* Android */
Color.parseColor("#cfe8ba")Accessibility — WCAG contrast
Aa
#cfe8ba on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe8ba on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.0%
Blue72.9%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow19.8%
Key (black)9.0%
Color previews
#cfe8ba text on a black background
contrast 15.90:1
Card sample
#cfe8ba text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe8ba;
Background color
Panel with #cfe8ba background
background-color: #cfe8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 232, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 232, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe8ba; background: linear-gradient(135deg, #cfe8ba, #BAE8C4);