#dbe2af
a light, vivid yellow · cool · closest name: beige
RGB
219, 226, 175
HSL
68°, 47%, 79%
CMYK
3, 0, 23, 11
Luminance
0.7255
Every format
| HEX | #dbe2af |
| RGB | rgb(219, 226, 175) |
| HSL | hsl(68, 47%, 79%) |
| CMYK | cmyk(3%, 0%, 23%, 11%) |
| LAB | lab(88.2 -10.7 24.2) |
| LCH | lch(88.2 26.5 113.8) |
| OKLCH | oklch(0.895 0.067 114.1) |
Copy-ready code
/* CSS */
color: #dbe2af;
background-color: #dbe2af;
/* Tailwind (arbitrary) */
class="text-[#dbe2af] bg-[#dbe2af]"
/* SCSS */
$brand: #dbe2af;
/* SwiftUI */
Color(red: 0.859, green: 0.886, blue: 0.686)
/* Android */
Color.parseColor("#dbe2af")Accessibility — WCAG contrast
Aa
#dbe2af on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbe2af on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green88.6%
Blue68.6%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow22.6%
Key (black)11.4%
Color previews
#dbe2af text on a black background
contrast 15.51:1
Card sample
#dbe2af text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbe2af;
Background color
Panel with #dbe2af background
background-color: #dbe2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbe2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 226, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 226, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbe2af; background: linear-gradient(135deg, #dbe2af, #B9E2AF);