#cfdab4
a light, soft green · cool · closest name: beige
RGB
207, 218, 180
HSL
77°, 34%, 78%
CMYK
5, 0, 17, 15
Luminance
0.6670
Every format
| HEX | #cfdab4 |
| RGB | rgb(207, 218, 180) |
| HSL | hsl(77, 34%, 78%) |
| CMYK | cmyk(5%, 0%, 17%, 15%) |
| LAB | lab(85.3 -10.3 17.5) |
| LCH | lch(85.3 20.3 120.4) |
| OKLCH | oklch(0.870 0.052 120.6) |
Copy-ready code
/* CSS */
color: #cfdab4;
background-color: #cfdab4;
/* Tailwind (arbitrary) */
class="text-[#cfdab4] bg-[#cfdab4]"
/* SCSS */
$brand: #cfdab4;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.706)
/* Android */
Color.parseColor("#cfdab4")Accessibility — WCAG contrast
Aa
#cfdab4 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdab4 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue70.6%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow17.4%
Key (black)14.5%
Color previews
#cfdab4 text on a black background
contrast 14.34:1
Card sample
#cfdab4 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdab4;
Background color
Panel with #cfdab4 background
background-color: #cfdab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdab4; background: linear-gradient(135deg, #cfdab4, #B6DAB4);