#ceb596
a light, soft orange · warm · closest name: tan
RGB
206, 181, 150
HSL
33°, 36%, 70%
CMYK
0, 12, 27, 19
Luminance
0.4837
Every format
| HEX | #ceb596 |
| RGB | rgb(206, 181, 150) |
| HSL | hsl(33, 36%, 70%) |
| CMYK | cmyk(0%, 12%, 27%, 19%) |
| LAB | lab(75.1 4.2 19.1) |
| LCH | lch(75.1 19.6 77.5) |
| OKLCH | oklch(0.787 0.051 72.9) |
Copy-ready code
/* CSS */
color: #ceb596;
background-color: #ceb596;
/* Tailwind (arbitrary) */
class="text-[#ceb596] bg-[#ceb596]"
/* SCSS */
$brand: #ceb596;
/* SwiftUI */
Color(red: 0.808, green: 0.710, blue: 0.588)
/* Android */
Color.parseColor("#ceb596")Accessibility — WCAG contrast
Aa
#ceb596 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb596 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.0%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow27.2%
Key (black)19.2%
Color previews
#ceb596 text on a black background
contrast 10.67:1
Card sample
#ceb596 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb596;
Background color
Panel with #ceb596 background
background-color: #ceb596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 181, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 181, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb596; background: linear-gradient(135deg, #ceb596, #C2CE96);