#cfe3ba
a light, soft green · cool · closest name: beige
RGB
207, 227, 186
HSL
89°, 42%, 81%
CMYK
9, 0, 18, 11
Luminance
0.7175
Every format
| HEX | #cfe3ba |
| RGB | rgb(207, 227, 186) |
| HSL | hsl(89, 42%, 81%) |
| CMYK | cmyk(9%, 0%, 18%, 11%) |
| LAB | lab(87.8 -13.8 17.8) |
| LCH | lch(87.8 22.6 127.8) |
| OKLCH | oklch(0.890 0.059 128.8) |
Copy-ready code
/* CSS */
color: #cfe3ba;
background-color: #cfe3ba;
/* Tailwind (arbitrary) */
class="text-[#cfe3ba] bg-[#cfe3ba]"
/* SCSS */
$brand: #cfe3ba;
/* SwiftUI */
Color(red: 0.812, green: 0.890, blue: 0.729)
/* Android */
Color.parseColor("#cfe3ba")Accessibility — WCAG contrast
Aa
#cfe3ba on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe3ba on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.0%
Blue72.9%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow18.1%
Key (black)11.0%
Color previews
#cfe3ba text on a black background
contrast 15.35:1
Card sample
#cfe3ba text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe3ba;
Background color
Panel with #cfe3ba background
background-color: #cfe3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 227, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 227, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe3ba; background: linear-gradient(135deg, #cfe3ba, #BAE3C0);