#cab29f
a light, soft orange · warm · closest name: tan
RGB
202, 178, 159
HSL
27°, 29%, 71%
CMYK
0, 12, 21, 21
Luminance
0.4690
Every format
| HEX | #cab29f |
| RGB | rgb(202, 178, 159) |
| HSL | hsl(27, 29%, 71%) |
| CMYK | cmyk(0%, 12%, 21%, 21%) |
| LAB | lab(74.1 5.6 12.9) |
| LCH | lch(74.1 14.0 66.5) |
| OKLCH | oklch(0.779 0.038 60.6) |
Copy-ready code
/* CSS */
color: #cab29f;
background-color: #cab29f;
/* Tailwind (arbitrary) */
class="text-[#cab29f] bg-[#cab29f]"
/* SCSS */
$brand: #cab29f;
/* SwiftUI */
Color(red: 0.792, green: 0.698, blue: 0.624)
/* Android */
Color.parseColor("#cab29f")Accessibility — WCAG contrast
Aa
#cab29f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab29f on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green69.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow21.3%
Key (black)20.8%
Color previews
#cab29f text on a black background
contrast 10.38:1
Card sample
#cab29f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab29f;
Background color
Panel with #cab29f background
background-color: #cab29f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab29f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 178, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 178, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab29f; background: linear-gradient(135deg, #cab29f, #C5CA9F);