#cfd5ac
a light, soft yellow · cool · closest name: beige
RGB
207, 213, 172
HSL
69°, 33%, 76%
CMYK
3, 0, 19, 17
Luminance
0.6383
Every format
| HEX | #cfd5ac |
| RGB | rgb(207, 213, 172) |
| HSL | hsl(69, 33%, 76%) |
| CMYK | cmyk(3%, 0%, 19%, 17%) |
| LAB | lab(83.9 -8.9 19.6) |
| LCH | lch(83.9 21.6 114.5) |
| OKLCH | oklch(0.858 0.055 114.3) |
Copy-ready code
/* CSS */
color: #cfd5ac;
background-color: #cfd5ac;
/* Tailwind (arbitrary) */
class="text-[#cfd5ac] bg-[#cfd5ac]"
/* SCSS */
$brand: #cfd5ac;
/* SwiftUI */
Color(red: 0.812, green: 0.835, blue: 0.675)
/* Android */
Color.parseColor("#cfd5ac")Accessibility — WCAG contrast
Aa
#cfd5ac on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd5ac on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.5%
Blue67.5%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow19.2%
Key (black)16.5%
Color previews
#cfd5ac text on a black background
contrast 13.77:1
Card sample
#cfd5ac text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd5ac;
Background color
Panel with #cfd5ac background
background-color: #cfd5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 213, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 213, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd5ac; background: linear-gradient(135deg, #cfd5ac, #B4D5AC);