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