#cabba5
a light, soft orange · warm · closest name: tan
RGB
202, 187, 165
HSL
36°, 26%, 72%
CMYK
0, 7, 18, 21
Luminance
0.5081
Every format
| HEX | #cabba5 |
| RGB | rgb(202, 187, 165) |
| HSL | hsl(36, 26%, 72%) |
| CMYK | cmyk(0%, 7%, 18%, 21%) |
| LAB | lab(76.6 1.7 13.1) |
| LCH | lch(76.6 13.2 82.6) |
| OKLCH | oklch(0.799 0.035 77.5) |
Copy-ready code
/* CSS */
color: #cabba5;
background-color: #cabba5;
/* Tailwind (arbitrary) */
class="text-[#cabba5] bg-[#cabba5]"
/* SCSS */
$brand: #cabba5;
/* SwiftUI */
Color(red: 0.792, green: 0.733, blue: 0.647)
/* Android */
Color.parseColor("#cabba5")Accessibility — WCAG contrast
Aa
#cabba5 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabba5 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green73.3%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow18.3%
Key (black)20.8%
Color previews
#cabba5 text on a black background
contrast 11.16:1
Card sample
#cabba5 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabba5;
Background color
Panel with #cabba5 background
background-color: #cabba5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabba5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 187, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 187, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabba5; background: linear-gradient(135deg, #cabba5, #C0CAA5);