#ceba93
a light, soft orange · warm · closest name: tan
RGB
206, 186, 147
HSL
40°, 38%, 69%
CMYK
0, 10, 29, 19
Luminance
0.5035
Every format
| HEX | #ceba93 |
| RGB | rgb(206, 186, 147) |
| HSL | hsl(40, 38%, 69%) |
| CMYK | cmyk(0%, 10%, 29%, 19%) |
| LAB | lab(76.3 1.2 22.4) |
| LCH | lch(76.3 22.4 87.0) |
| OKLCH | oklch(0.796 0.057 83.9) |
Copy-ready code
/* CSS */
color: #ceba93;
background-color: #ceba93;
/* Tailwind (arbitrary) */
class="text-[#ceba93] bg-[#ceba93]"
/* SCSS */
$brand: #ceba93;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.576)
/* Android */
Color.parseColor("#ceba93")Accessibility — WCAG contrast
Aa
#ceba93 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceba93 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow28.6%
Key (black)19.2%
Color previews
#ceba93 text on a black background
contrast 11.07:1
Card sample
#ceba93 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceba93;
Background color
Panel with #ceba93 background
background-color: #ceba93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceba93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceba93; background: linear-gradient(135deg, #ceba93, #BBCE93);