#ceac69
a balanced, vivid orange · warm · closest name: tan
RGB
206, 172, 105
HSL
40°, 51%, 61%
CMYK
0, 17, 49, 19
Luminance
0.4365
Every format
| HEX | #ceac69 |
| RGB | rgb(206, 172, 105) |
| HSL | hsl(40, 51%, 61%) |
| CMYK | cmyk(0%, 17%, 49%, 19%) |
| LAB | lab(72.0 3.8 38.9) |
| LCH | lch(72.0 39.1 84.4) |
| OKLCH | oklch(0.760 0.094 83.4) |
Copy-ready code
/* CSS */
color: #ceac69;
background-color: #ceac69;
/* Tailwind (arbitrary) */
class="text-[#ceac69] bg-[#ceac69]"
/* SCSS */
$brand: #ceac69;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.412)
/* Android */
Color.parseColor("#ceac69")Accessibility — WCAG contrast
Aa
#ceac69 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac69 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow49.0%
Key (black)19.2%
Color previews
#ceac69 text on a black background
contrast 9.73:1
Card sample
#ceac69 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac69;
Background color
Panel with #ceac69 background
background-color: #ceac69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac69; background: linear-gradient(135deg, #ceac69, #ADCE69);