#ceac80
a light, soft orange · warm · closest name: tan
RGB
206, 172, 128
HSL
34°, 44%, 66%
CMYK
0, 17, 38, 19
Luminance
0.4419
Every format
| HEX | #ceac80 |
| RGB | rgb(206, 172, 128) |
| HSL | hsl(34, 44%, 66%) |
| CMYK | cmyk(0%, 17%, 38%, 19%) |
| LAB | lab(72.3 6.3 27.3) |
| LCH | lch(72.3 28.0 77.1) |
| OKLCH | oklch(0.764 0.071 73.6) |
Copy-ready code
/* CSS */
color: #ceac80;
background-color: #ceac80;
/* Tailwind (arbitrary) */
class="text-[#ceac80] bg-[#ceac80]"
/* SCSS */
$brand: #ceac80;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.502)
/* Android */
Color.parseColor("#ceac80")Accessibility — WCAG contrast
Aa
#ceac80 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac80 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow37.9%
Key (black)19.2%
Color previews
#ceac80 text on a black background
contrast 9.84:1
Card sample
#ceac80 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac80;
Background color
Panel with #ceac80 background
background-color: #ceac80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac80; background: linear-gradient(135deg, #ceac80, #BCCE80);