#ceba9f
a light, soft orange · warm · closest name: tan
RGB
206, 186, 159
HSL
35°, 32%, 72%
CMYK
0, 10, 23, 19
Luminance
0.5074
Every format
| HEX | #ceba9f |
| RGB | rgb(206, 186, 159) |
| HSL | hsl(35, 32%, 72%) |
| CMYK | cmyk(0%, 10%, 23%, 19%) |
| LAB | lab(76.5 2.9 16.3) |
| LCH | lch(76.5 16.5 80.1) |
| OKLCH | oklch(0.799 0.043 75.3) |
Copy-ready code
/* CSS */
color: #ceba9f;
background-color: #ceba9f;
/* Tailwind (arbitrary) */
class="text-[#ceba9f] bg-[#ceba9f]"
/* SCSS */
$brand: #ceba9f;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.624)
/* Android */
Color.parseColor("#ceba9f")Accessibility — WCAG contrast
Aa
#ceba9f on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceba9f on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow22.8%
Key (black)19.2%
Color previews
#ceba9f text on a black background
contrast 11.15:1
Card sample
#ceba9f text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceba9f;
Background color
Panel with #ceba9f background
background-color: #ceba9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceba9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceba9f; background: linear-gradient(135deg, #ceba9f, #C3CE9F);