#ced2af
a light, soft yellow · cool · closest name: beige
RGB
206, 210, 175
HSL
67°, 28%, 76%
CMYK
2, 0, 17, 18
Luminance
0.6231
Every format
| HEX | #ced2af |
| RGB | rgb(206, 210, 175) |
| HSL | hsl(67, 28%, 76%) |
| CMYK | cmyk(2%, 0%, 17%, 18%) |
| LAB | lab(83.1 -7.3 16.9) |
| LCH | lch(83.1 18.4 113.3) |
| OKLCH | oklch(0.852 0.047 112.7) |
Copy-ready code
/* CSS */
color: #ced2af;
background-color: #ced2af;
/* Tailwind (arbitrary) */
class="text-[#ced2af] bg-[#ced2af]"
/* SCSS */
$brand: #ced2af;
/* SwiftUI */
Color(red: 0.808, green: 0.824, blue: 0.686)
/* Android */
Color.parseColor("#ced2af")Accessibility — WCAG contrast
Aa
#ced2af on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced2af on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green82.4%
Blue68.6%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow16.7%
Key (black)17.6%
Color previews
#ced2af text on a black background
contrast 13.46:1
Card sample
#ced2af text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced2af;
Background color
Panel with #ced2af background
background-color: #ced2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 210, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 210, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced2af; background: linear-gradient(135deg, #ced2af, #B7D2AF);