#cfdab9
a light, soft green · cool · closest name: beige
RGB
207, 218, 185
HSL
80°, 31%, 79%
CMYK
5, 0, 15, 15
Luminance
0.6691
Every format
| HEX | #cfdab9 |
| RGB | rgb(207, 218, 185) |
| HSL | hsl(80, 31%, 79%) |
| CMYK | cmyk(5%, 0%, 15%, 15%) |
| LAB | lab(85.5 -9.5 15.0) |
| LCH | lch(85.5 17.7 122.2) |
| OKLCH | oklch(0.871 0.046 122.4) |
Copy-ready code
/* CSS */
color: #cfdab9;
background-color: #cfdab9;
/* Tailwind (arbitrary) */
class="text-[#cfdab9] bg-[#cfdab9]"
/* SCSS */
$brand: #cfdab9;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.725)
/* Android */
Color.parseColor("#cfdab9")Accessibility — WCAG contrast
Aa
#cfdab9 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdab9 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue72.5%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow15.1%
Key (black)14.5%
Color previews
#cfdab9 text on a black background
contrast 14.38:1
Card sample
#cfdab9 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdab9;
Background color
Panel with #cfdab9 background
background-color: #cfdab9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdab9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdab9; background: linear-gradient(135deg, #cfdab9, #B9DAB9);