#cfdab1
a light, soft green · cool · closest name: beige
RGB
207, 218, 177
HSL
76°, 36%, 78%
CMYK
5, 0, 19, 15
Luminance
0.6658
Every format
| HEX | #cfdab1 |
| RGB | rgb(207, 218, 177) |
| HSL | hsl(76, 36%, 78%) |
| CMYK | cmyk(5%, 0%, 19%, 15%) |
| LAB | lab(85.3 -10.7 19.0) |
| LCH | lch(85.3 21.8 119.5) |
| OKLCH | oklch(0.869 0.056 119.8) |
Copy-ready code
/* CSS */
color: #cfdab1;
background-color: #cfdab1;
/* Tailwind (arbitrary) */
class="text-[#cfdab1] bg-[#cfdab1]"
/* SCSS */
$brand: #cfdab1;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.694)
/* Android */
Color.parseColor("#cfdab1")Accessibility — WCAG contrast
Aa
#cfdab1 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdab1 on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue69.4%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow18.8%
Key (black)14.5%
Color previews
#cfdab1 text on a black background
contrast 14.32:1
Card sample
#cfdab1 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdab1;
Background color
Panel with #cfdab1 background
background-color: #cfdab1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdab1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdab1; background: linear-gradient(135deg, #cfdab1, #B4DAB1);