#cfdfab
a light, soft green · cool · closest name: beige
RGB
207, 223, 171
HSL
79°, 45%, 77%
CMYK
7, 0, 23, 13
Luminance
0.6898
Every format
| HEX | #cfdfab |
| RGB | rgb(207, 223, 171) |
| HSL | hsl(79, 45%, 77%) |
| CMYK | cmyk(7%, 0%, 23%, 13%) |
| LAB | lab(86.5 -14.1 23.8) |
| LCH | lch(86.5 27.6 120.8) |
| OKLCH | oklch(0.878 0.071 121.8) |
Copy-ready code
/* CSS */
color: #cfdfab;
background-color: #cfdfab;
/* Tailwind (arbitrary) */
class="text-[#cfdfab] bg-[#cfdfab]"
/* SCSS */
$brand: #cfdfab;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#cfdfab")Accessibility — WCAG contrast
Aa
#cfdfab on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfab on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue67.1%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow23.3%
Key (black)12.5%
Color previews
#cfdfab text on a black background
contrast 14.80:1
Card sample
#cfdfab text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfab;
Background color
Panel with #cfdfab background
background-color: #cfdfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfab; background: linear-gradient(135deg, #cfdfab, #ACDFAB);