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