#cdbcaf
a light, soft orange · warm · closest name: silver
RGB
205, 188, 175
HSL
26°, 23%, 75%
CMYK
0, 8, 15, 20
Luminance
0.5204
Every format
| HEX | #cdbcaf |
| RGB | rgb(205, 188, 175) |
| HSL | hsl(26, 23%, 75%) |
| CMYK | cmyk(0%, 8%, 15%, 20%) |
| LAB | lab(77.3 3.9 8.8) |
| LCH | lch(77.3 9.6 66.3) |
| OKLCH | oklch(0.806 0.026 59.8) |
Copy-ready code
/* CSS */
color: #cdbcaf;
background-color: #cdbcaf;
/* Tailwind (arbitrary) */
class="text-[#cdbcaf] bg-[#cdbcaf]"
/* SCSS */
$brand: #cdbcaf;
/* SwiftUI */
Color(red: 0.804, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#cdbcaf")Accessibility — WCAG contrast
Aa
#cdbcaf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbcaf on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow14.6%
Key (black)19.6%
Color previews
#cdbcaf text on a black background
contrast 11.41:1
Card sample
#cdbcaf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbcaf;
Background color
Panel with #cdbcaf background
background-color: #cdbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbcaf; background: linear-gradient(135deg, #cdbcaf, #CACDAF);