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