#cdcfb4
a light, soft yellow · cool · closest name: beige
RGB
205, 207, 180
HSL
64°, 22%, 76%
CMYK
1, 0, 13, 19
Luminance
0.6090
Every format
| HEX | #cdcfb4 |
| RGB | rgb(205, 207, 180) |
| HSL | hsl(64, 22%, 76%) |
| CMYK | cmyk(1%, 0%, 13%, 19%) |
| LAB | lab(82.3 -5.3 13.2) |
| LCH | lch(82.3 14.2 112.0) |
| OKLCH | oklch(0.846 0.036 110.6) |
Copy-ready code
/* CSS */
color: #cdcfb4;
background-color: #cdcfb4;
/* Tailwind (arbitrary) */
class="text-[#cdcfb4] bg-[#cdcfb4]"
/* SCSS */
$brand: #cdcfb4;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.706)
/* Android */
Color.parseColor("#cdcfb4")Accessibility — WCAG contrast
Aa
#cdcfb4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfb4 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue70.6%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow13.0%
Key (black)18.8%
Color previews
#cdcfb4 text on a black background
contrast 13.18:1
Card sample
#cdcfb4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfb4;
Background color
Panel with #cdcfb4 background
background-color: #cdcfb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfb4; background: linear-gradient(135deg, #cdcfb4, #BBCFB4);