#cfd2ae
a light, soft yellow · cool · closest name: beige
RGB
207, 210, 174
HSL
65°, 29%, 75%
CMYK
1, 0, 17, 18
Luminance
0.6241
Every format
| HEX | #cfd2ae |
| RGB | rgb(207, 210, 174) |
| HSL | hsl(65, 29%, 75%) |
| CMYK | cmyk(1%, 0%, 17%, 18%) |
| LAB | lab(83.1 -7.1 17.5) |
| LCH | lch(83.1 18.9 112.0) |
| OKLCH | oklch(0.852 0.048 111.3) |
Copy-ready code
/* CSS */
color: #cfd2ae;
background-color: #cfd2ae;
/* Tailwind (arbitrary) */
class="text-[#cfd2ae] bg-[#cfd2ae]"
/* SCSS */
$brand: #cfd2ae;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.682)
/* Android */
Color.parseColor("#cfd2ae")Accessibility — WCAG contrast
Aa
#cfd2ae on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd2ae on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue68.2%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow17.1%
Key (black)17.6%
Color previews
#cfd2ae text on a black background
contrast 13.48:1
Card sample
#cfd2ae text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd2ae;
Background color
Panel with #cfd2ae background
background-color: #cfd2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd2ae; background: linear-gradient(135deg, #cfd2ae, #B7D2AE);