#cfd1ac
a light, soft yellow · cool · closest name: beige
RGB
207, 209, 172
HSL
63°, 29%, 75%
CMYK
1, 0, 18, 18
Luminance
0.6184
Every format
| HEX | #cfd1ac |
| RGB | rgb(207, 209, 172) |
| HSL | hsl(63, 29%, 75%) |
| CMYK | cmyk(1%, 0%, 18%, 18%) |
| LAB | lab(82.8 -6.9 18.2) |
| LCH | lch(82.8 19.4 110.7) |
| OKLCH | oklch(0.850 0.050 110.0) |
Copy-ready code
/* CSS */
color: #cfd1ac;
background-color: #cfd1ac;
/* Tailwind (arbitrary) */
class="text-[#cfd1ac] bg-[#cfd1ac]"
/* SCSS */
$brand: #cfd1ac;
/* SwiftUI */
Color(red: 0.812, green: 0.820, blue: 0.675)
/* Android */
Color.parseColor("#cfd1ac")Accessibility — WCAG contrast
Aa
#cfd1ac on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd1ac on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.0%
Blue67.5%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow17.7%
Key (black)18.0%
Color previews
#cfd1ac text on a black background
contrast 13.37:1
Card sample
#cfd1ac text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd1ac;
Background color
Panel with #cfd1ac background
background-color: #cfd1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 209, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 209, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd1ac; background: linear-gradient(135deg, #cfd1ac, #B6D1AC);