#cdbda8
a light, soft orange · warm · closest name: tan
RGB
205, 189, 168
HSL
34°, 27%, 73%
CMYK
0, 8, 18, 20
Luminance
0.5220
Every format
| HEX | #cdbda8 |
| RGB | rgb(205, 189, 168) |
| HSL | hsl(34, 27%, 73%) |
| CMYK | cmyk(0%, 8%, 18%, 20%) |
| LAB | lab(77.4 2.2 12.7) |
| LCH | lch(77.4 12.8 80.1) |
| OKLCH | oklch(0.806 0.034 74.7) |
Copy-ready code
/* CSS */
color: #cdbda8;
background-color: #cdbda8;
/* Tailwind (arbitrary) */
class="text-[#cdbda8] bg-[#cdbda8]"
/* SCSS */
$brand: #cdbda8;
/* SwiftUI */
Color(red: 0.804, green: 0.741, blue: 0.659)
/* Android */
Color.parseColor("#cdbda8")Accessibility — WCAG contrast
Aa
#cdbda8 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbda8 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.1%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow18.0%
Key (black)19.6%
Color previews
#cdbda8 text on a black background
contrast 11.44:1
Card sample
#cdbda8 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbda8;
Background color
Panel with #cdbda8 background
background-color: #cdbda8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbda8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 189, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 189, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbda8; background: linear-gradient(135deg, #cdbda8, #C4CDA8);