#cebaac
a light, soft orange · warm · closest name: silver
RGB
206, 186, 172
HSL
25°, 26%, 74%
CMYK
0, 10, 17, 19
Luminance
0.5122
Every format
| HEX | #cebaac |
| RGB | rgb(206, 186, 172) |
| HSL | hsl(25, 26%, 74%) |
| CMYK | cmyk(0%, 10%, 17%, 19%) |
| LAB | lab(76.8 4.8 9.7) |
| LCH | lch(76.8 10.8 63.6) |
| OKLCH | oklch(0.802 0.030 57.3) |
Copy-ready code
/* CSS */
color: #cebaac;
background-color: #cebaac;
/* Tailwind (arbitrary) */
class="text-[#cebaac] bg-[#cebaac]"
/* SCSS */
$brand: #cebaac;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#cebaac")Accessibility — WCAG contrast
Aa
#cebaac on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebaac on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow16.5%
Key (black)19.2%
Color previews
#cebaac text on a black background
contrast 11.24:1
Card sample
#cebaac text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebaac;
Background color
Panel with #cebaac background
background-color: #cebaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebaac; background: linear-gradient(135deg, #cebaac, #CBCEAC);