#deceac
a light, soft yellow · warm · closest name: tan
RGB
222, 206, 172
HSL
41°, 43%, 77%
CMYK
0, 7, 23, 13
Luminance
0.6265
Every format
| HEX | #deceac |
| RGB | rgb(222, 206, 172) |
| HSL | hsl(41, 43%, 77%) |
| CMYK | cmyk(0%, 7%, 23%, 13%) |
| LAB | lab(83.3 0.2 18.9) |
| LCH | lch(83.3 18.9 89.3) |
| OKLCH | oklch(0.856 0.049 85.8) |
Copy-ready code
/* CSS */
color: #deceac;
background-color: #deceac;
/* Tailwind (arbitrary) */
class="text-[#deceac] bg-[#deceac]"
/* SCSS */
$brand: #deceac;
/* SwiftUI */
Color(red: 0.871, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#deceac")Accessibility — WCAG contrast
Aa
#deceac on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deceac on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow22.5%
Key (black)12.9%
Color previews
#deceac text on a black background
contrast 13.53:1
Card sample
#deceac text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deceac;
Background color
Panel with #deceac background
background-color: #deceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deceac; background: linear-gradient(135deg, #deceac, #CDDEAC);