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