#cabeb8
a light, muted orange · warm · closest name: silver
RGB
202, 190, 184
HSL
20°, 15%, 76%
CMYK
0, 6, 9, 21
Luminance
0.5284
Every format
| HEX | #cabeb8 |
| RGB | rgb(202, 190, 184) |
| HSL | hsl(20, 15%, 76%) |
| CMYK | cmyk(0%, 6%, 9%, 21%) |
| LAB | lab(77.8 3.2 4.5) |
| LCH | lch(77.8 5.5 55.0) |
| OKLCH | oklch(0.810 0.016 48.5) |
Copy-ready code
/* CSS */
color: #cabeb8;
background-color: #cabeb8;
/* Tailwind (arbitrary) */
class="text-[#cabeb8] bg-[#cabeb8]"
/* SCSS */
$brand: #cabeb8;
/* SwiftUI */
Color(red: 0.792, green: 0.745, blue: 0.722)
/* Android */
Color.parseColor("#cabeb8")Accessibility — WCAG contrast
Aa
#cabeb8 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabeb8 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow8.9%
Key (black)20.8%
Color previews
#cabeb8 text on a black background
contrast 11.57:1
Card sample
#cabeb8 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabeb8;
Background color
Panel with #cabeb8 background
background-color: #cabeb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabeb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 190, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 190, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabeb8; background: linear-gradient(135deg, #cabeb8, #CACAB8);