#dfe4b2
a light, vivid yellow · cool · closest name: beige
RGB
223, 228, 178
HSL
66°, 48%, 80%
CMYK
2, 0, 22, 11
Luminance
0.7439
Every format
| HEX | #dfe4b2 |
| RGB | rgb(223, 228, 178) |
| HSL | hsl(66, 48%, 80%) |
| CMYK | cmyk(2%, 0%, 22%, 11%) |
| LAB | lab(89.1 -9.8 23.9) |
| LCH | lch(89.1 25.8 112.3) |
| OKLCH | oklch(0.903 0.066 112.4) |
Copy-ready code
/* CSS */
color: #dfe4b2;
background-color: #dfe4b2;
/* Tailwind (arbitrary) */
class="text-[#dfe4b2] bg-[#dfe4b2]"
/* SCSS */
$brand: #dfe4b2;
/* SwiftUI */
Color(red: 0.875, green: 0.894, blue: 0.698)
/* Android */
Color.parseColor("#dfe4b2")Accessibility — WCAG contrast
Aa
#dfe4b2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe4b2 on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.4%
Blue69.8%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow21.9%
Key (black)10.6%
Color previews
#dfe4b2 text on a black background
contrast 15.88:1
Card sample
#dfe4b2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe4b2;
Background color
Panel with #dfe4b2 background
background-color: #dfe4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 228, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 228, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe4b2; background: linear-gradient(135deg, #dfe4b2, #BEE4B2);