#c5baad
a light, soft orange · warm · closest name: silver
RGB
197, 186, 173
HSL
33°, 17%, 73%
CMYK
0, 6, 12, 23
Luminance
0.5001
Every format
| HEX | #c5baad |
| RGB | rgb(197, 186, 173) |
| HSL | hsl(33, 17%, 73%) |
| CMYK | cmyk(0%, 6%, 12%, 23%) |
| LAB | lab(76.1 1.7 8.0) |
| LCH | lch(76.1 8.2 78.2) |
| OKLCH | oklch(0.794 0.022 72.1) |
Copy-ready code
/* CSS */
color: #c5baad;
background-color: #c5baad;
/* Tailwind (arbitrary) */
class="text-[#c5baad] bg-[#c5baad]"
/* SCSS */
$brand: #c5baad;
/* SwiftUI */
Color(red: 0.773, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#c5baad")Accessibility — WCAG contrast
Aa
#c5baad on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5baad on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green72.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow12.2%
Key (black)22.7%
Color previews
#c5baad text on a black background
contrast 11.00:1
Card sample
#c5baad text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5baad;
Background color
Panel with #c5baad background
background-color: #c5baad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5baad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5baad; background: linear-gradient(135deg, #c5baad, #C0C5AD);