#cdcfaa
a light, soft yellow · cool · closest name: tan
RGB
205, 207, 170
HSL
63°, 28%, 74%
CMYK
1, 0, 18, 19
Luminance
0.6051
Every format
| HEX | #cdcfaa |
| RGB | rgb(205, 207, 170) |
| HSL | hsl(63, 28%, 74%) |
| CMYK | cmyk(1%, 0%, 18%, 19%) |
| LAB | lab(82.1 -6.9 18.2) |
| LCH | lch(82.1 19.5 110.7) |
| OKLCH | oklch(0.843 0.050 110.0) |
Copy-ready code
/* CSS */
color: #cdcfaa;
background-color: #cdcfaa;
/* Tailwind (arbitrary) */
class="text-[#cdcfaa] bg-[#cdcfaa]"
/* SCSS */
$brand: #cdcfaa;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.667)
/* Android */
Color.parseColor("#cdcfaa")Accessibility — WCAG contrast
Aa
#cdcfaa on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfaa on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue66.7%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow17.9%
Key (black)18.8%
Color previews
#cdcfaa text on a black background
contrast 13.10:1
Card sample
#cdcfaa text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfaa;
Background color
Panel with #cdcfaa background
background-color: #cdcfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfaa; background: linear-gradient(135deg, #cdcfaa, #B4CFAA);