#dfdfbe
a light, soft yellow · cool · closest name: beige
RGB
223, 223, 190
HSL
60°, 34%, 81%
CMYK
0, 0, 15, 13
Luminance
0.7218
Every format
| HEX | #dfdfbe |
| RGB | rgb(223, 223, 190) |
| HSL | hsl(60, 34%, 81%) |
| CMYK | cmyk(0%, 0%, 15%, 13%) |
| LAB | lab(88.1 -5.5 16.2) |
| LCH | lch(88.1 17.1 108.7) |
| OKLCH | oklch(0.895 0.044 107.3) |
Copy-ready code
/* CSS */
color: #dfdfbe;
background-color: #dfdfbe;
/* Tailwind (arbitrary) */
class="text-[#dfdfbe] bg-[#dfdfbe]"
/* SCSS */
$brand: #dfdfbe;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#dfdfbe")Accessibility — WCAG contrast
Aa
#dfdfbe on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfbe on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#dfdfbe text on a black background
contrast 15.44:1
Card sample
#dfdfbe text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfbe;
Background color
Panel with #dfdfbe background
background-color: #dfdfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfbe; background: linear-gradient(135deg, #dfdfbe, #C9DFBE);