#deccbc
a light, soft orange · warm · closest name: silver
RGB
222, 204, 188
HSL
28°, 34%, 80%
CMYK
0, 8, 15, 13
Luminance
0.6235
Every format
| HEX | #deccbc |
| RGB | rgb(222, 204, 188) |
| HSL | hsl(28, 34%, 80%) |
| CMYK | cmyk(0%, 8%, 15%, 13%) |
| LAB | lab(83.1 3.7 10.2) |
| LCH | lch(83.1 10.9 70.3) |
| OKLCH | oklch(0.856 0.030 64.1) |
Copy-ready code
/* CSS */
color: #deccbc;
background-color: #deccbc;
/* Tailwind (arbitrary) */
class="text-[#deccbc] bg-[#deccbc]"
/* SCSS */
$brand: #deccbc;
/* SwiftUI */
Color(red: 0.871, green: 0.800, blue: 0.737)
/* Android */
Color.parseColor("#deccbc")Accessibility — WCAG contrast
Aa
#deccbc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deccbc on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow15.3%
Key (black)12.9%
Color previews
#deccbc text on a black background
contrast 13.47:1
Card sample
#deccbc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deccbc;
Background color
Panel with #deccbc background
background-color: #deccbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deccbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 204, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 204, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deccbc; background: linear-gradient(135deg, #deccbc, #D9DEBC);