#cfd3ae
a light, soft yellow · cool · closest name: beige
RGB
207, 211, 174
HSL
67°, 30%, 76%
CMYK
2, 0, 18, 17
Luminance
0.6291
Every format
| HEX | #cfd3ae |
| RGB | rgb(207, 211, 174) |
| HSL | hsl(67, 30%, 76%) |
| CMYK | cmyk(2%, 0%, 18%, 17%) |
| LAB | lab(83.4 -7.6 17.9) |
| LCH | lch(83.4 19.4 113.0) |
| OKLCH | oklch(0.854 0.050 112.5) |
Copy-ready code
/* CSS */
color: #cfd3ae;
background-color: #cfd3ae;
/* Tailwind (arbitrary) */
class="text-[#cfd3ae] bg-[#cfd3ae]"
/* SCSS */
$brand: #cfd3ae;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.682)
/* Android */
Color.parseColor("#cfd3ae")Accessibility — WCAG contrast
Aa
#cfd3ae on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd3ae on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue68.2%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow17.5%
Key (black)17.3%
Color previews
#cfd3ae text on a black background
contrast 13.58:1
Card sample
#cfd3ae text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd3ae;
Background color
Panel with #cfd3ae background
background-color: #cfd3ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd3ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd3ae; background: linear-gradient(135deg, #cfd3ae, #B6D3AE);