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