#cfdbab
a light, soft green · cool · closest name: beige
RGB
207, 219, 171
HSL
75°, 40%, 77%
CMYK
6, 0, 22, 14
Luminance
0.6687
Every format
| HEX | #cfdbab |
| RGB | rgb(207, 219, 171) |
| HSL | hsl(75, 40%, 77%) |
| CMYK | cmyk(6%, 0%, 22%, 14%) |
| LAB | lab(85.4 -12.1 22.3) |
| LCH | lch(85.4 25.4 118.5) |
| OKLCH | oklch(0.870 0.065 119.2) |
Copy-ready code
/* CSS */
color: #cfdbab;
background-color: #cfdbab;
/* Tailwind (arbitrary) */
class="text-[#cfdbab] bg-[#cfdbab]"
/* SCSS */
$brand: #cfdbab;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.671)
/* Android */
Color.parseColor("#cfdbab")Accessibility — WCAG contrast
Aa
#cfdbab on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbab on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue67.1%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow21.9%
Key (black)14.1%
Color previews
#cfdbab text on a black background
contrast 14.37:1
Card sample
#cfdbab text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbab;
Background color
Panel with #cfdbab background
background-color: #cfdbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbab; background: linear-gradient(135deg, #cfdbab, #AFDBAB);