#cebcab
a light, soft orange · warm · closest name: silver
RGB
206, 188, 171
HSL
29°, 26%, 74%
CMYK
0, 9, 17, 19
Luminance
0.5203
Every format
| HEX | #cebcab |
| RGB | rgb(206, 188, 171) |
| HSL | hsl(29, 26%, 74%) |
| CMYK | cmyk(0%, 9%, 17%, 19%) |
| LAB | lab(77.3 3.6 10.9) |
| LCH | lch(77.3 11.5 71.8) |
| OKLCH | oklch(0.806 0.031 65.7) |
Copy-ready code
/* CSS */
color: #cebcab;
background-color: #cebcab;
/* Tailwind (arbitrary) */
class="text-[#cebcab] bg-[#cebcab]"
/* SCSS */
$brand: #cebcab;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.671)
/* Android */
Color.parseColor("#cebcab")Accessibility — WCAG contrast
Aa
#cebcab on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebcab on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow17.0%
Key (black)19.2%
Color previews
#cebcab text on a black background
contrast 11.41:1
Card sample
#cebcab text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebcab;
Background color
Panel with #cebcab background
background-color: #cebcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebcab; background: linear-gradient(135deg, #cebcab, #C9CEAB);