#ceac73
a balanced, vivid orange · warm · closest name: tan
RGB
206, 172, 115
HSL
38°, 48%, 63%
CMYK
0, 17, 44, 19
Luminance
0.4386
Every format
| HEX | #ceac73 |
| RGB | rgb(206, 172, 115) |
| HSL | hsl(38, 48%, 63%) |
| CMYK | cmyk(0%, 17%, 44%, 19%) |
| LAB | lab(72.1 4.8 33.9) |
| LCH | lch(72.1 34.2 81.9) |
| OKLCH | oklch(0.762 0.084 79.9) |
Copy-ready code
/* CSS */
color: #ceac73;
background-color: #ceac73;
/* Tailwind (arbitrary) */
class="text-[#ceac73] bg-[#ceac73]"
/* SCSS */
$brand: #ceac73;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.451)
/* Android */
Color.parseColor("#ceac73")Accessibility — WCAG contrast
Aa
#ceac73 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac73 on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow44.2%
Key (black)19.2%
Color previews
#ceac73 text on a black background
contrast 9.77:1
Card sample
#ceac73 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac73;
Background color
Panel with #ceac73 background
background-color: #ceac73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac73; background: linear-gradient(135deg, #ceac73, #B3CE73);