#cabeb5
a light, soft orange · warm · closest name: silver
RGB
202, 190, 181
HSL
26°, 17%, 75%
CMYK
0, 6, 10, 21
Luminance
0.5272
Every format
| HEX | #cabeb5 |
| RGB | rgb(202, 190, 181) |
| HSL | hsl(26, 17%, 75%) |
| CMYK | cmyk(0%, 6%, 10%, 21%) |
| LAB | lab(77.7 2.7 6.0) |
| LCH | lch(77.7 6.6 66.2) |
| OKLCH | oklch(0.809 0.018 59.4) |
Copy-ready code
/* CSS */
color: #cabeb5;
background-color: #cabeb5;
/* Tailwind (arbitrary) */
class="text-[#cabeb5] bg-[#cabeb5]"
/* SCSS */
$brand: #cabeb5;
/* SwiftUI */
Color(red: 0.792, green: 0.745, blue: 0.710)
/* Android */
Color.parseColor("#cabeb5")Accessibility — WCAG contrast
Aa
#cabeb5 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabeb5 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow10.4%
Key (black)20.8%
Color previews
#cabeb5 text on a black background
contrast 11.54:1
Card sample
#cabeb5 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabeb5;
Background color
Panel with #cabeb5 background
background-color: #cabeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 190, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 190, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabeb5; background: linear-gradient(135deg, #cabeb5, #C8CAB5);