#c2ab8e
a light, soft orange · warm · closest name: tan
RGB
194, 171, 142
HSL
34°, 30%, 66%
CMYK
0, 12, 27, 24
Luminance
0.4255
Every format
| HEX | #c2ab8e |
| RGB | rgb(194, 171, 142) |
| HSL | hsl(34, 30%, 66%) |
| CMYK | cmyk(0%, 12%, 27%, 24%) |
| LAB | lab(71.3 3.8 18.0) |
| LCH | lch(71.3 18.4 78.0) |
| OKLCH | oklch(0.754 0.048 73.4) |
Copy-ready code
/* CSS */
color: #c2ab8e;
background-color: #c2ab8e;
/* Tailwind (arbitrary) */
class="text-[#c2ab8e] bg-[#c2ab8e]"
/* SCSS */
$brand: #c2ab8e;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.557)
/* Android */
Color.parseColor("#c2ab8e")Accessibility — WCAG contrast
Aa
#c2ab8e on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ab8e on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow26.8%
Key (black)23.9%
Color previews
#c2ab8e text on a black background
contrast 9.51:1
Card sample
#c2ab8e text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ab8e;
Background color
Panel with #c2ab8e background
background-color: #c2ab8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ab8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ab8e; background: linear-gradient(135deg, #c2ab8e, #B6C28E);