#ceac92
a light, soft orange · warm · closest name: tan
RGB
206, 172, 146
HSL
26°, 38%, 69%
CMYK
0, 17, 29, 19
Luminance
0.4470
Every format
| HEX | #ceac92 |
| RGB | rgb(206, 172, 146) |
| HSL | hsl(26, 38%, 69%) |
| CMYK | cmyk(0%, 17%, 29%, 19%) |
| LAB | lab(72.7 8.5 18.0) |
| LCH | lch(72.7 19.9 64.7) |
| OKLCH | oklch(0.768 0.054 59.3) |
Copy-ready code
/* CSS */
color: #ceac92;
background-color: #ceac92;
/* Tailwind (arbitrary) */
class="text-[#ceac92] bg-[#ceac92]"
/* SCSS */
$brand: #ceac92;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.573)
/* Android */
Color.parseColor("#ceac92")Accessibility — WCAG contrast
Aa
#ceac92 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac92 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow29.1%
Key (black)19.2%
Color previews
#ceac92 text on a black background
contrast 9.94:1
Card sample
#ceac92 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac92;
Background color
Panel with #ceac92 background
background-color: #ceac92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac92; background: linear-gradient(135deg, #ceac92, #C8CE92);