#c8ae92
a light, soft orange · warm · closest name: tan
RGB
200, 174, 146
HSL
31°, 33%, 68%
CMYK
0, 13, 27, 22
Luminance
0.4463
Every format
| HEX | #c8ae92 |
| RGB | rgb(200, 174, 146) |
| HSL | hsl(31, 33%, 68%) |
| CMYK | cmyk(0%, 13%, 27%, 22%) |
| LAB | lab(72.7 5.1 17.9) |
| LCH | lch(72.7 18.6 74.0) |
| OKLCH | oklch(0.766 0.049 69.1) |
Copy-ready code
/* CSS */
color: #c8ae92;
background-color: #c8ae92;
/* Tailwind (arbitrary) */
class="text-[#c8ae92] bg-[#c8ae92]"
/* SCSS */
$brand: #c8ae92;
/* SwiftUI */
Color(red: 0.784, green: 0.682, blue: 0.573)
/* Android */
Color.parseColor("#c8ae92")Accessibility — WCAG contrast
Aa
#c8ae92 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ae92 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green68.2%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow27.0%
Key (black)21.6%
Color previews
#c8ae92 text on a black background
contrast 9.93:1
Card sample
#c8ae92 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ae92;
Background color
Panel with #c8ae92 background
background-color: #c8ae92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ae92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 174, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 174, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ae92; background: linear-gradient(135deg, #c8ae92, #BEC892);