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