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