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