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