#cfd0ac
a light, soft yellow · cool · closest name: beige
RGB
207, 208, 172
HSL
62°, 28%, 75%
CMYK
1, 0, 17, 18
Luminance
0.6136
Every format
| HEX | #cfd0ac |
| RGB | rgb(207, 208, 172) |
| HSL | hsl(62, 28%, 75%) |
| CMYK | cmyk(1%, 0%, 17%, 18%) |
| LAB | lab(82.6 -6.4 17.8) |
| LCH | lch(82.6 18.9 109.7) |
| OKLCH | oklch(0.848 0.048 108.7) |
Copy-ready code
/* CSS */
color: #cfd0ac;
background-color: #cfd0ac;
/* Tailwind (arbitrary) */
class="text-[#cfd0ac] bg-[#cfd0ac]"
/* SCSS */
$brand: #cfd0ac;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.675)
/* Android */
Color.parseColor("#cfd0ac")Accessibility — WCAG contrast
Aa
#cfd0ac on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd0ac on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue67.5%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow17.3%
Key (black)18.4%
Color previews
#cfd0ac text on a black background
contrast 13.27:1
Card sample
#cfd0ac text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd0ac;
Background color
Panel with #cfd0ac background
background-color: #cfd0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd0ac; background: linear-gradient(135deg, #cfd0ac, #B7D0AC);