#dfe5ba
a light, vivid yellow · cool · closest name: beige
RGB
223, 229, 186
HSL
68°, 45%, 81%
CMYK
3, 0, 19, 10
Luminance
0.7527
Every format
| HEX | #dfe5ba |
| RGB | rgb(223, 229, 186) |
| HSL | hsl(68, 45%, 81%) |
| CMYK | cmyk(3%, 0%, 19%, 10%) |
| LAB | lab(89.5 -9.2 20.3) |
| LCH | lch(89.5 22.3 114.2) |
| OKLCH | oklch(0.906 0.057 114.0) |
Copy-ready code
/* CSS */
color: #dfe5ba;
background-color: #dfe5ba;
/* Tailwind (arbitrary) */
class="text-[#dfe5ba] bg-[#dfe5ba]"
/* SCSS */
$brand: #dfe5ba;
/* SwiftUI */
Color(red: 0.875, green: 0.898, blue: 0.729)
/* Android */
Color.parseColor("#dfe5ba")Accessibility — WCAG contrast
Aa
#dfe5ba on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe5ba on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.8%
Blue72.9%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow18.8%
Key (black)10.2%
Color previews
#dfe5ba text on a black background
contrast 16.05:1
Card sample
#dfe5ba text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe5ba;
Background color
Panel with #dfe5ba background
background-color: #dfe5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 229, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 229, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe5ba; background: linear-gradient(135deg, #dfe5ba, #C2E5BA);