#dfe7b2
a light, vivid yellow · cool · closest name: beige
RGB
223, 231, 178
HSL
69°, 53%, 80%
CMYK
4, 0, 23, 9
Luminance
0.7605
Every format
| HEX | #dfe7b2 |
| RGB | rgb(223, 231, 178) |
| HSL | hsl(69, 53%, 80%) |
| CMYK | cmyk(4%, 0%, 23%, 9%) |
| LAB | lab(89.9 -11.3 25.0) |
| LCH | lch(89.9 27.4 114.4) |
| OKLCH | oklch(0.909 0.070 114.8) |
Copy-ready code
/* CSS */
color: #dfe7b2;
background-color: #dfe7b2;
/* Tailwind (arbitrary) */
class="text-[#dfe7b2] bg-[#dfe7b2]"
/* SCSS */
$brand: #dfe7b2;
/* SwiftUI */
Color(red: 0.875, green: 0.906, blue: 0.698)
/* Android */
Color.parseColor("#dfe7b2")Accessibility — WCAG contrast
Aa
#dfe7b2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe7b2 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.6%
Blue69.8%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow22.9%
Key (black)9.4%
Color previews
#dfe7b2 text on a black background
contrast 16.21:1
Card sample
#dfe7b2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe7b2;
Background color
Panel with #dfe7b2 background
background-color: #dfe7b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe7b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 231, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 231, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe7b2; background: linear-gradient(135deg, #dfe7b2, #BCE7B2);