#cfd2ab
a light, soft yellow · cool · closest name: beige
RGB
207, 210, 171
HSL
65°, 30%, 75%
CMYK
1, 0, 19, 18
Luminance
0.6230
Every format
| HEX | #cfd2ab |
| RGB | rgb(207, 210, 171) |
| HSL | hsl(65, 30%, 75%) |
| CMYK | cmyk(1%, 0%, 19%, 18%) |
| LAB | lab(83.1 -7.5 19.0) |
| LCH | lch(83.1 20.5 111.6) |
| OKLCH | oklch(0.851 0.052 111.1) |
Copy-ready code
/* CSS */
color: #cfd2ab;
background-color: #cfd2ab;
/* Tailwind (arbitrary) */
class="text-[#cfd2ab] bg-[#cfd2ab]"
/* SCSS */
$brand: #cfd2ab;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#cfd2ab")Accessibility — WCAG contrast
Aa
#cfd2ab on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd2ab on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue67.1%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow18.6%
Key (black)17.6%
Color previews
#cfd2ab text on a black background
contrast 13.46:1
Card sample
#cfd2ab text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd2ab;
Background color
Panel with #cfd2ab background
background-color: #cfd2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd2ab; background: linear-gradient(135deg, #cfd2ab, #B5D2AB);