#cfe4ba
a light, soft green · cool · closest name: beige
RGB
207, 228, 186
HSL
90°, 44%, 81%
CMYK
9, 0, 18, 11
Luminance
0.7230
Every format
| HEX | #cfe4ba |
| RGB | rgb(207, 228, 186) |
| HSL | hsl(90, 44%, 81%) |
| CMYK | cmyk(9%, 0%, 18%, 11%) |
| LAB | lab(88.1 -14.3 18.2) |
| LCH | lch(88.1 23.2 128.2) |
| OKLCH | oklch(0.892 0.060 129.2) |
Copy-ready code
/* CSS */
color: #cfe4ba;
background-color: #cfe4ba;
/* Tailwind (arbitrary) */
class="text-[#cfe4ba] bg-[#cfe4ba]"
/* SCSS */
$brand: #cfe4ba;
/* SwiftUI */
Color(red: 0.812, green: 0.894, blue: 0.729)
/* Android */
Color.parseColor("#cfe4ba")Accessibility — WCAG contrast
Aa
#cfe4ba on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe4ba on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.4%
Blue72.9%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow18.4%
Key (black)10.6%
Color previews
#cfe4ba text on a black background
contrast 15.46:1
Card sample
#cfe4ba text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe4ba;
Background color
Panel with #cfe4ba background
background-color: #cfe4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 228, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 228, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe4ba; background: linear-gradient(135deg, #cfe4ba, #BAE4C1);