#dbcf94
a light, vivid yellow · cool · closest name: tan
RGB
219, 207, 148
HSL
50°, 50%, 72%
CMYK
0, 6, 32, 14
Luminance
0.6182
Every format
| HEX | #dbcf94 |
| RGB | rgb(219, 207, 148) |
| HSL | hsl(50, 50%, 72%) |
| CMYK | cmyk(0%, 6%, 32%, 14%) |
| LAB | lab(82.8 -4.6 30.9) |
| LCH | lch(82.8 31.2 98.5) |
| OKLCH | oklch(0.850 0.078 98.0) |
Copy-ready code
/* CSS */
color: #dbcf94;
background-color: #dbcf94;
/* Tailwind (arbitrary) */
class="text-[#dbcf94] bg-[#dbcf94]"
/* SCSS */
$brand: #dbcf94;
/* SwiftUI */
Color(red: 0.859, green: 0.812, blue: 0.580)
/* Android */
Color.parseColor("#dbcf94")Accessibility — WCAG contrast
Aa
#dbcf94 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcf94 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green81.2%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow32.4%
Key (black)14.1%
Color previews
#dbcf94 text on a black background
contrast 13.36:1
Card sample
#dbcf94 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcf94;
Background color
Panel with #dbcf94 background
background-color: #dbcf94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcf94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 207, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 207, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcf94; background: linear-gradient(135deg, #dbcf94, #B8DB94);