#dfdfaa
a light, vivid yellow · cool · closest name: beige
RGB
223, 223, 170
HSL
60°, 45%, 77%
CMYK
0, 0, 24, 13
Luminance
0.7137
Every format
| HEX | #dfdfaa |
| RGB | rgb(223, 223, 170) |
| HSL | hsl(60, 45%, 77%) |
| CMYK | cmyk(0%, 0%, 24%, 13%) |
| LAB | lab(87.7 -8.4 26.1) |
| LCH | lch(87.7 27.4 107.9) |
| OKLCH | oklch(0.891 0.069 107.7) |
Copy-ready code
/* CSS */
color: #dfdfaa;
background-color: #dfdfaa;
/* Tailwind (arbitrary) */
class="text-[#dfdfaa] bg-[#dfdfaa]"
/* SCSS */
$brand: #dfdfaa;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.667)
/* Android */
Color.parseColor("#dfdfaa")Accessibility — WCAG contrast
Aa
#dfdfaa on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfaa on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow23.8%
Key (black)12.5%
Color previews
#dfdfaa text on a black background
contrast 15.27:1
Card sample
#dfdfaa text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfaa;
Background color
Panel with #dfdfaa background
background-color: #dfdfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfaa; background: linear-gradient(135deg, #dfdfaa, #BCDFAA);