#cabdb2
a light, soft orange · warm · closest name: silver
RGB
202, 189, 178
HSL
28°, 19%, 75%
CMYK
0, 6, 12, 21
Luminance
0.5217
Every format
| HEX | #cabdb2 |
| RGB | rgb(202, 189, 178) |
| HSL | hsl(28, 19%, 75%) |
| CMYK | cmyk(0%, 6%, 12%, 21%) |
| LAB | lab(77.4 2.7 7.2) |
| LCH | lch(77.4 7.7 69.4) |
| OKLCH | oklch(0.806 0.021 62.8) |
Copy-ready code
/* CSS */
color: #cabdb2;
background-color: #cabdb2;
/* Tailwind (arbitrary) */
class="text-[#cabdb2] bg-[#cabdb2]"
/* SCSS */
$brand: #cabdb2;
/* SwiftUI */
Color(red: 0.792, green: 0.741, blue: 0.698)
/* Android */
Color.parseColor("#cabdb2")Accessibility — WCAG contrast
Aa
#cabdb2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabdb2 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow11.9%
Key (black)20.8%
Color previews
#cabdb2 text on a black background
contrast 11.43:1
Card sample
#cabdb2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabdb2;
Background color
Panel with #cabdb2 background
background-color: #cabdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 189, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 189, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabdb2; background: linear-gradient(135deg, #cabdb2, #C7CAB2);