#cfe0ba
a light, soft green · cool · closest name: beige
RGB
207, 224, 186
HSL
87°, 38%, 80%
CMYK
8, 0, 17, 12
Luminance
0.7012
Every format
| HEX | #cfe0ba |
| RGB | rgb(207, 224, 186) |
| HSL | hsl(87, 38%, 80%) |
| CMYK | cmyk(8%, 0%, 17%, 12%) |
| LAB | lab(87.1 -12.3 16.7) |
| LCH | lch(87.1 20.8 126.4) |
| OKLCH | oklch(0.884 0.054 127.1) |
Copy-ready code
/* CSS */
color: #cfe0ba;
background-color: #cfe0ba;
/* Tailwind (arbitrary) */
class="text-[#cfe0ba] bg-[#cfe0ba]"
/* SCSS */
$brand: #cfe0ba;
/* SwiftUI */
Color(red: 0.812, green: 0.878, blue: 0.729)
/* Android */
Color.parseColor("#cfe0ba")Accessibility — WCAG contrast
Aa
#cfe0ba on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe0ba on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.8%
Blue72.9%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow17.0%
Key (black)12.2%
Color previews
#cfe0ba text on a black background
contrast 15.02:1
Card sample
#cfe0ba text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe0ba;
Background color
Panel with #cfe0ba background
background-color: #cfe0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 224, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 224, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe0ba; background: linear-gradient(135deg, #cfe0ba, #BAE0BE);