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