#decfba
a light, soft orange · warm · closest name: beige
RGB
222, 207, 186
HSL
35°, 35%, 80%
CMYK
0, 7, 16, 13
Luminance
0.6370
Every format
| HEX | #decfba |
| RGB | rgb(222, 207, 186) |
| HSL | hsl(35, 35%, 80%) |
| CMYK | cmyk(0%, 7%, 16%, 13%) |
| LAB | lab(83.8 1.8 12.3) |
| LCH | lch(83.8 12.4 81.8) |
| OKLCH | oklch(0.861 0.033 76.4) |
Copy-ready code
/* CSS */
color: #decfba;
background-color: #decfba;
/* Tailwind (arbitrary) */
class="text-[#decfba] bg-[#decfba]"
/* SCSS */
$brand: #decfba;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#decfba")Accessibility — WCAG contrast
Aa
#decfba on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfba on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow16.2%
Key (black)12.9%
Color previews
#decfba text on a black background
contrast 13.74:1
Card sample
#decfba text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfba;
Background color
Panel with #decfba background
background-color: #decfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfba; background: linear-gradient(135deg, #decfba, #D5DEBA);