#cfd9ba
a light, soft green · cool · closest name: beige
RGB
207, 217, 186
HSL
79°, 29%, 79%
CMYK
5, 0, 14, 15
Luminance
0.6644
Every format
| HEX | #cfd9ba |
| RGB | rgb(207, 217, 186) |
| HSL | hsl(79, 29%, 79%) |
| CMYK | cmyk(5%, 0%, 14%, 15%) |
| LAB | lab(85.2 -8.8 14.1) |
| LCH | lch(85.2 16.6 121.9) |
| OKLCH | oklch(0.869 0.043 121.8) |
Copy-ready code
/* CSS */
color: #cfd9ba;
background-color: #cfd9ba;
/* Tailwind (arbitrary) */
class="text-[#cfd9ba] bg-[#cfd9ba]"
/* SCSS */
$brand: #cfd9ba;
/* SwiftUI */
Color(red: 0.812, green: 0.851, blue: 0.729)
/* Android */
Color.parseColor("#cfd9ba")Accessibility — WCAG contrast
Aa
#cfd9ba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd9ba on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.1%
Blue72.9%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow14.3%
Key (black)14.9%
Color previews
#cfd9ba text on a black background
contrast 14.29:1
Card sample
#cfd9ba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd9ba;
Background color
Panel with #cfd9ba background
background-color: #cfd9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 217, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 217, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd9ba; background: linear-gradient(135deg, #cfd9ba, #BAD9BA);