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