#cfd3ac
a light, soft yellow · cool · closest name: beige
RGB
207, 211, 172
HSL
66°, 31%, 75%
CMYK
2, 0, 19, 17
Luminance
0.6283
Every format
| HEX | #cfd3ac |
| RGB | rgb(207, 211, 172) |
| HSL | hsl(66, 31%, 75%) |
| CMYK | cmyk(2%, 0%, 19%, 17%) |
| LAB | lab(83.3 -7.9 18.9) |
| LCH | lch(83.3 20.5 112.7) |
| OKLCH | oklch(0.854 0.052 112.3) |
Copy-ready code
/* CSS */
color: #cfd3ac;
background-color: #cfd3ac;
/* Tailwind (arbitrary) */
class="text-[#cfd3ac] bg-[#cfd3ac]"
/* SCSS */
$brand: #cfd3ac;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.675)
/* Android */
Color.parseColor("#cfd3ac")Accessibility — WCAG contrast
Aa
#cfd3ac on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd3ac on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue67.5%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow18.5%
Key (black)17.3%
Color previews
#cfd3ac text on a black background
contrast 13.57:1
Card sample
#cfd3ac text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd3ac;
Background color
Panel with #cfd3ac background
background-color: #cfd3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd3ac; background: linear-gradient(135deg, #cfd3ac, #B5D3AC);