#cab29b
a light, soft orange · warm · closest name: tan
RGB
202, 178, 155
HSL
29°, 31%, 70%
CMYK
0, 12, 23, 21
Luminance
0.4676
Every format
| HEX | #cab29b |
| RGB | rgb(202, 178, 155) |
| HSL | hsl(29, 31%, 70%) |
| CMYK | cmyk(0%, 12%, 23%, 21%) |
| LAB | lab(74.0 5.0 14.9) |
| LCH | lch(74.0 15.8 71.4) |
| OKLCH | oklch(0.778 0.042 65.9) |
Copy-ready code
/* CSS */
color: #cab29b;
background-color: #cab29b;
/* Tailwind (arbitrary) */
class="text-[#cab29b] bg-[#cab29b]"
/* SCSS */
$brand: #cab29b;
/* SwiftUI */
Color(red: 0.792, green: 0.698, blue: 0.608)
/* Android */
Color.parseColor("#cab29b")Accessibility — WCAG contrast
Aa
#cab29b on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab29b on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green69.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow23.3%
Key (black)20.8%
Color previews
#cab29b text on a black background
contrast 10.35:1
Card sample
#cab29b text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab29b;
Background color
Panel with #cab29b background
background-color: #cab29b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab29b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 178, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 178, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab29b; background: linear-gradient(135deg, #cab29b, #C3CA9B);