#dfdfca
a light, soft yellow · cool · closest name: beige
RGB
223, 223, 202
HSL
60°, 25%, 83%
CMYK
0, 0, 9, 13
Luminance
0.7273
Every format
| HEX | #dfdfca |
| RGB | rgb(223, 223, 202) |
| HSL | hsl(60, 25%, 83%) |
| CMYK | cmyk(0%, 0%, 9%, 13%) |
| LAB | lab(88.3 -3.6 10.3) |
| LCH | lch(88.3 10.9 109.3) |
| OKLCH | oklch(0.898 0.028 107.0) |
Copy-ready code
/* CSS */
color: #dfdfca;
background-color: #dfdfca;
/* Tailwind (arbitrary) */
class="text-[#dfdfca] bg-[#dfdfca]"
/* SCSS */
$brand: #dfdfca;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.792)
/* Android */
Color.parseColor("#dfdfca")Accessibility — WCAG contrast
Aa
#dfdfca on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfca on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow9.4%
Key (black)12.5%
Color previews
#dfdfca text on a black background
contrast 15.55:1
Card sample
#dfdfca text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfca;
Background color
Panel with #dfdfca background
background-color: #dfdfca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfca; background: linear-gradient(135deg, #dfdfca, #D1DFCA);