#c1af99
a light, soft orange · warm · closest name: tan
RGB
193, 175, 153
HSL
33°, 24%, 68%
CMYK
0, 9, 21, 24
Luminance
0.4430
Every format
| HEX | #c1af99 |
| RGB | rgb(193, 175, 153) |
| HSL | hsl(33, 24%, 68%) |
| CMYK | cmyk(0%, 9%, 21%, 24%) |
| LAB | lab(72.4 2.9 13.6) |
| LCH | lch(72.4 13.9 78.0) |
| OKLCH | oklch(0.763 0.037 72.8) |
Copy-ready code
/* CSS */
color: #c1af99;
background-color: #c1af99;
/* Tailwind (arbitrary) */
class="text-[#c1af99] bg-[#c1af99]"
/* SCSS */
$brand: #c1af99;
/* SwiftUI */
Color(red: 0.757, green: 0.686, blue: 0.600)
/* Android */
Color.parseColor("#c1af99")Accessibility — WCAG contrast
Aa
#c1af99 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1af99 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green68.6%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow20.7%
Key (black)24.3%
Color previews
#c1af99 text on a black background
contrast 9.86:1
Card sample
#c1af99 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1af99;
Background color
Panel with #c1af99 background
background-color: #c1af99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1af99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 175, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 175, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1af99; background: linear-gradient(135deg, #c1af99, #B8C199);