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