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