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