#ceac88
a light, soft orange · warm · closest name: tan
RGB
206, 172, 136
HSL
31°, 42%, 67%
CMYK
0, 17, 34, 19
Luminance
0.4440
Every format
| HEX | #ceac88 |
| RGB | rgb(206, 172, 136) |
| HSL | hsl(31, 42%, 67%) |
| CMYK | cmyk(0%, 17%, 34%, 19%) |
| LAB | lab(72.5 7.2 23.2) |
| LCH | lch(72.5 24.3 72.7) |
| OKLCH | oklch(0.766 0.063 68.3) |
Copy-ready code
/* CSS */
color: #ceac88;
background-color: #ceac88;
/* Tailwind (arbitrary) */
class="text-[#ceac88] bg-[#ceac88]"
/* SCSS */
$brand: #ceac88;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.533)
/* Android */
Color.parseColor("#ceac88")Accessibility — WCAG contrast
Aa
#ceac88 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac88 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow34.0%
Key (black)19.2%
Color previews
#ceac88 text on a black background
contrast 9.88:1
Card sample
#ceac88 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac88;
Background color
Panel with #ceac88 background
background-color: #ceac88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac88; background: linear-gradient(135deg, #ceac88, #C1CE88);