#cfd4ac
a light, soft yellow · cool · closest name: beige
RGB
207, 212, 172
HSL
68°, 32%, 75%
CMYK
2, 0, 19, 17
Luminance
0.6333
Every format
| HEX | #cfd4ac |
| RGB | rgb(207, 212, 172) |
| HSL | hsl(68, 32%, 75%) |
| CMYK | cmyk(2%, 0%, 19%, 17%) |
| LAB | lab(83.6 -8.4 19.3) |
| LCH | lch(83.6 21.0 113.6) |
| OKLCH | oklch(0.856 0.054 113.3) |
Copy-ready code
/* CSS */
color: #cfd4ac;
background-color: #cfd4ac;
/* Tailwind (arbitrary) */
class="text-[#cfd4ac] bg-[#cfd4ac]"
/* SCSS */
$brand: #cfd4ac;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.675)
/* Android */
Color.parseColor("#cfd4ac")Accessibility — WCAG contrast
Aa
#cfd4ac on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd4ac on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue67.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow18.9%
Key (black)16.9%
Color previews
#cfd4ac text on a black background
contrast 13.67:1
Card sample
#cfd4ac text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd4ac;
Background color
Panel with #cfd4ac background
background-color: #cfd4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd4ac; background: linear-gradient(135deg, #cfd4ac, #B4D4AC);