#cebba7
a light, soft orange · warm · closest name: tan
RGB
206, 187, 167
HSL
31°, 29%, 73%
CMYK
0, 9, 19, 19
Luminance
0.5145
Every format
| HEX | #cebba7 |
| RGB | rgb(206, 187, 167) |
| HSL | hsl(31, 29%, 73%) |
| CMYK | cmyk(0%, 9%, 19%, 19%) |
| LAB | lab(77.0 3.5 12.6) |
| LCH | lch(77.0 13.1 74.5) |
| OKLCH | oklch(0.803 0.035 68.7) |
Copy-ready code
/* CSS */
color: #cebba7;
background-color: #cebba7;
/* Tailwind (arbitrary) */
class="text-[#cebba7] bg-[#cebba7]"
/* SCSS */
$brand: #cebba7;
/* SwiftUI */
Color(red: 0.808, green: 0.733, blue: 0.655)
/* Android */
Color.parseColor("#cebba7")Accessibility — WCAG contrast
Aa
#cebba7 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebba7 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.3%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow18.9%
Key (black)19.2%
Color previews
#cebba7 text on a black background
contrast 11.29:1
Card sample
#cebba7 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebba7;
Background color
Panel with #cebba7 background
background-color: #cebba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 187, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 187, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebba7; background: linear-gradient(135deg, #cebba7, #C7CEA7);