#dfe5b2
a light, vivid yellow · cool · closest name: beige
RGB
223, 229, 178
HSL
67°, 50%, 80%
CMYK
3, 0, 22, 10
Luminance
0.7494
Every format
| HEX | #dfe5b2 |
| RGB | rgb(223, 229, 178) |
| HSL | hsl(67, 50%, 80%) |
| CMYK | cmyk(3%, 0%, 22%, 10%) |
| LAB | lab(89.4 -10.3 24.3) |
| LCH | lch(89.4 26.4 113.0) |
| OKLCH | oklch(0.905 0.067 113.2) |
Copy-ready code
/* CSS */
color: #dfe5b2;
background-color: #dfe5b2;
/* Tailwind (arbitrary) */
class="text-[#dfe5b2] bg-[#dfe5b2]"
/* SCSS */
$brand: #dfe5b2;
/* SwiftUI */
Color(red: 0.875, green: 0.898, blue: 0.698)
/* Android */
Color.parseColor("#dfe5b2")Accessibility — WCAG contrast
Aa
#dfe5b2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe5b2 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.8%
Blue69.8%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow22.3%
Key (black)10.2%
Color previews
#dfe5b2 text on a black background
contrast 15.99:1
Card sample
#dfe5b2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe5b2;
Background color
Panel with #dfe5b2 background
background-color: #dfe5b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe5b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 229, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 229, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe5b2; background: linear-gradient(135deg, #dfe5b2, #BDE5B2);