#cdd0af
a light, soft yellow · cool · closest name: beige
RGB
205, 208, 175
HSL
66°, 26%, 75%
CMYK
1, 0, 16, 18
Luminance
0.6119
Every format
| HEX | #cdd0af |
| RGB | rgb(205, 208, 175) |
| HSL | hsl(66, 26%, 75%) |
| CMYK | cmyk(1%, 0%, 16%, 18%) |
| LAB | lab(82.5 -6.6 16.1) |
| LCH | lch(82.5 17.4 112.5) |
| OKLCH | oklch(0.847 0.044 111.6) |
Copy-ready code
/* CSS */
color: #cdd0af;
background-color: #cdd0af;
/* Tailwind (arbitrary) */
class="text-[#cdd0af] bg-[#cdd0af]"
/* SCSS */
$brand: #cdd0af;
/* SwiftUI */
Color(red: 0.804, green: 0.816, blue: 0.686)
/* Android */
Color.parseColor("#cdd0af")Accessibility — WCAG contrast
Aa
#cdd0af on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd0af on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.6%
Blue68.6%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow15.9%
Key (black)18.4%
Color previews
#cdd0af text on a black background
contrast 13.24:1
Card sample
#cdd0af text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd0af;
Background color
Panel with #cdd0af background
background-color: #cdd0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 208, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 208, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd0af; background: linear-gradient(135deg, #cdd0af, #B7D0AF);