#ced4af
a light, soft yellow · cool · closest name: beige
RGB
206, 212, 175
HSL
70°, 30%, 76%
CMYK
3, 0, 18, 17
Luminance
0.6330
Every format
| HEX | #ced4af |
| RGB | rgb(206, 212, 175) |
| HSL | hsl(70, 30%, 76%) |
| CMYK | cmyk(3%, 0%, 18%, 17%) |
| LAB | lab(83.6 -8.3 17.7) |
| LCH | lch(83.6 19.5 115.3) |
| OKLCH | oklch(0.856 0.050 114.9) |
Copy-ready code
/* CSS */
color: #ced4af;
background-color: #ced4af;
/* Tailwind (arbitrary) */
class="text-[#ced4af] bg-[#ced4af]"
/* SCSS */
$brand: #ced4af;
/* SwiftUI */
Color(red: 0.808, green: 0.831, blue: 0.686)
/* Android */
Color.parseColor("#ced4af")Accessibility — WCAG contrast
Aa
#ced4af on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced4af on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green83.1%
Blue68.6%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow17.5%
Key (black)16.9%
Color previews
#ced4af text on a black background
contrast 13.66:1
Card sample
#ced4af text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced4af;
Background color
Panel with #ced4af background
background-color: #ced4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 212, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 212, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced4af; background: linear-gradient(135deg, #ced4af, #B5D4AF);