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