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