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