#cdd1af
a light, soft yellow · cool · closest name: beige
RGB
205, 209, 175
HSL
67°, 27%, 75%
CMYK
2, 0, 16, 18
Luminance
0.6168
Every format
| HEX | #cdd1af |
| RGB | rgb(205, 209, 175) |
| HSL | hsl(67, 27%, 75%) |
| CMYK | cmyk(2%, 0%, 16%, 18%) |
| LAB | lab(82.7 -7.2 16.4) |
| LCH | lch(82.7 17.9 113.5) |
| OKLCH | oklch(0.849 0.046 112.8) |
Copy-ready code
/* CSS */
color: #cdd1af;
background-color: #cdd1af;
/* Tailwind (arbitrary) */
class="text-[#cdd1af] bg-[#cdd1af]"
/* SCSS */
$brand: #cdd1af;
/* SwiftUI */
Color(red: 0.804, green: 0.820, blue: 0.686)
/* Android */
Color.parseColor("#cdd1af")Accessibility — WCAG contrast
Aa
#cdd1af on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd1af on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.0%
Blue68.6%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow16.3%
Key (black)18.0%
Color previews
#cdd1af text on a black background
contrast 13.34:1
Card sample
#cdd1af text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd1af;
Background color
Panel with #cdd1af background
background-color: #cdd1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 209, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 209, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd1af; background: linear-gradient(135deg, #cdd1af, #B6D1AF);