#dfe4ba
a light, soft yellow · cool · closest name: beige
RGB
223, 228, 186
HSL
67°, 44%, 81%
CMYK
2, 0, 18, 11
Luminance
0.7472
Every format
| HEX | #dfe4ba |
| RGB | rgb(223, 228, 186) |
| HSL | hsl(67, 44%, 81%) |
| CMYK | cmyk(2%, 0%, 18%, 11%) |
| LAB | lab(89.3 -8.6 20.0) |
| LCH | lch(89.3 21.8 113.4) |
| OKLCH | oklch(0.904 0.056 113.0) |
Copy-ready code
/* CSS */
color: #dfe4ba;
background-color: #dfe4ba;
/* Tailwind (arbitrary) */
class="text-[#dfe4ba] bg-[#dfe4ba]"
/* SCSS */
$brand: #dfe4ba;
/* SwiftUI */
Color(red: 0.875, green: 0.894, blue: 0.729)
/* Android */
Color.parseColor("#dfe4ba")Accessibility — WCAG contrast
Aa
#dfe4ba on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe4ba on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.4%
Blue72.9%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow18.4%
Key (black)10.6%
Color previews
#dfe4ba text on a black background
contrast 15.94:1
Card sample
#dfe4ba text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe4ba;
Background color
Panel with #dfe4ba background
background-color: #dfe4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 228, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 228, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe4ba; background: linear-gradient(135deg, #dfe4ba, #C3E4BA);