#ceac83
a light, soft orange · warm · closest name: tan
RGB
206, 172, 131
HSL
33°, 43%, 66%
CMYK
0, 17, 36, 19
Luminance
0.4427
Every format
| HEX | #ceac83 |
| RGB | rgb(206, 172, 131) |
| HSL | hsl(33, 43%, 66%) |
| CMYK | cmyk(0%, 17%, 36%, 19%) |
| LAB | lab(72.4 6.6 25.7) |
| LCH | lch(72.4 26.6 75.6) |
| OKLCH | oklch(0.765 0.068 71.8) |
Copy-ready code
/* CSS */
color: #ceac83;
background-color: #ceac83;
/* Tailwind (arbitrary) */
class="text-[#ceac83] bg-[#ceac83]"
/* SCSS */
$brand: #ceac83;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.514)
/* Android */
Color.parseColor("#ceac83")Accessibility — WCAG contrast
Aa
#ceac83 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac83 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow36.4%
Key (black)19.2%
Color previews
#ceac83 text on a black background
contrast 9.85:1
Card sample
#ceac83 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac83;
Background color
Panel with #ceac83 background
background-color: #ceac83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac83; background: linear-gradient(135deg, #ceac83, #BECE83);