#cdbfa2
a light, soft yellow · warm · closest name: tan
RGB
205, 191, 162
HSL
41°, 30%, 72%
CMYK
0, 7, 21, 20
Luminance
0.5285
Every format
| HEX | #cdbfa2 |
| RGB | rgb(205, 191, 162) |
| HSL | hsl(41, 30%, 72%) |
| CMYK | cmyk(0%, 7%, 21%, 20%) |
| LAB | lab(77.8 0.3 16.4) |
| LCH | lch(77.8 16.4 89.1) |
| OKLCH | oklch(0.809 0.042 85.3) |
Copy-ready code
/* CSS */
color: #cdbfa2;
background-color: #cdbfa2;
/* Tailwind (arbitrary) */
class="text-[#cdbfa2] bg-[#cdbfa2]"
/* SCSS */
$brand: #cdbfa2;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.635)
/* Android */
Color.parseColor("#cdbfa2")Accessibility — WCAG contrast
Aa
#cdbfa2 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfa2 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow21.0%
Key (black)19.6%
Color previews
#cdbfa2 text on a black background
contrast 11.57:1
Card sample
#cdbfa2 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfa2;
Background color
Panel with #cdbfa2 background
background-color: #cdbfa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfa2; background: linear-gradient(135deg, #cdbfa2, #BECDA2);