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