#cabdaf
a light, soft orange · warm · closest name: silver
RGB
202, 189, 175
HSL
31°, 20%, 74%
CMYK
0, 6, 13, 21
Luminance
0.5205
Every format
| HEX | #cabdaf |
| RGB | rgb(202, 189, 175) |
| HSL | hsl(31, 20%, 74%) |
| CMYK | cmyk(0%, 6%, 13%, 21%) |
| LAB | lab(77.3 2.2 8.7) |
| LCH | lch(77.3 9.0 75.7) |
| OKLCH | oklch(0.805 0.024 69.5) |
Copy-ready code
/* CSS */
color: #cabdaf;
background-color: #cabdaf;
/* Tailwind (arbitrary) */
class="text-[#cabdaf] bg-[#cabdaf]"
/* SCSS */
$brand: #cabdaf;
/* SwiftUI */
Color(red: 0.792, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#cabdaf")Accessibility — WCAG contrast
Aa
#cabdaf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabdaf on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow13.4%
Key (black)20.8%
Color previews
#cabdaf text on a black background
contrast 11.41:1
Card sample
#cabdaf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabdaf;
Background color
Panel with #cabdaf background
background-color: #cabdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabdaf; background: linear-gradient(135deg, #cabdaf, #C5CAAF);