#ceb092
a light, soft orange · warm · closest name: tan
RGB
206, 176, 146
HSL
30°, 38%, 69%
CMYK
0, 15, 29, 19
Luminance
0.4625
Every format
| HEX | #ceb092 |
| RGB | rgb(206, 176, 146) |
| HSL | hsl(30, 38%, 69%) |
| CMYK | cmyk(0%, 15%, 29%, 19%) |
| LAB | lab(73.7 6.4 19.4) |
| LCH | lch(73.7 20.4 71.8) |
| OKLCH | oklch(0.776 0.054 66.9) |
Copy-ready code
/* CSS */
color: #ceb092;
background-color: #ceb092;
/* Tailwind (arbitrary) */
class="text-[#ceb092] bg-[#ceb092]"
/* SCSS */
$brand: #ceb092;
/* SwiftUI */
Color(red: 0.808, green: 0.690, blue: 0.573)
/* Android */
Color.parseColor("#ceb092")Accessibility — WCAG contrast
Aa
#ceb092 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb092 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.0%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow29.1%
Key (black)19.2%
Color previews
#ceb092 text on a black background
contrast 10.25:1
Card sample
#ceb092 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb092;
Background color
Panel with #ceb092 background
background-color: #ceb092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 176, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 176, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb092; background: linear-gradient(135deg, #ceb092, #C4CE92);