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