#dbcf88
a light, vivid yellow · cool · closest name: khaki
RGB
219, 207, 136
HSL
51°, 54%, 70%
CMYK
0, 6, 38, 14
Luminance
0.6146
Every format
| HEX | #dbcf88 |
| RGB | rgb(219, 207, 136) |
| HSL | hsl(51, 54%, 70%) |
| CMYK | cmyk(0%, 6%, 38%, 14%) |
| LAB | lab(82.6 -6.0 36.8) |
| LCH | lch(82.6 37.3 99.3) |
| OKLCH | oklch(0.848 0.092 99.8) |
Copy-ready code
/* CSS */
color: #dbcf88;
background-color: #dbcf88;
/* Tailwind (arbitrary) */
class="text-[#dbcf88] bg-[#dbcf88]"
/* SCSS */
$brand: #dbcf88;
/* SwiftUI */
Color(red: 0.859, green: 0.812, blue: 0.533)
/* Android */
Color.parseColor("#dbcf88")Accessibility — WCAG contrast
Aa
#dbcf88 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcf88 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green81.2%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow37.9%
Key (black)14.1%
Color previews
#dbcf88 text on a black background
contrast 13.29:1
Card sample
#dbcf88 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcf88;
Background color
Panel with #dbcf88 background
background-color: #dbcf88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcf88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 207, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 207, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcf88; background: linear-gradient(135deg, #dbcf88, #B0DB88);