#dccf9b
a light, vivid yellow · cool · closest name: tan
RGB
220, 207, 155
HSL
48°, 48%, 74%
CMYK
0, 6, 30, 14
Luminance
0.6221
Every format
| HEX | #dccf9b |
| RGB | rgb(220, 207, 155) |
| HSL | hsl(48, 48%, 74%) |
| CMYK | cmyk(0%, 6%, 30%, 14%) |
| LAB | lab(83.0 -3.4 27.5) |
| LCH | lch(83.0 27.7 96.9) |
| OKLCH | oklch(0.853 0.070 95.7) |
Copy-ready code
/* CSS */
color: #dccf9b;
background-color: #dccf9b;
/* Tailwind (arbitrary) */
class="text-[#dccf9b] bg-[#dccf9b]"
/* SCSS */
$brand: #dccf9b;
/* SwiftUI */
Color(red: 0.863, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#dccf9b")Accessibility — WCAG contrast
Aa
#dccf9b on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccf9b on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green81.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow29.5%
Key (black)13.7%
Color previews
#dccf9b text on a black background
contrast 13.44:1
Card sample
#dccf9b text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccf9b;
Background color
Panel with #dccf9b background
background-color: #dccf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccf9b; background: linear-gradient(135deg, #dccf9b, #BEDC9B);