#ffdfbf
a pale, electric orange · warm · closest name: beige
RGB
255, 223, 191
HSL
30°, 100%, 88%
CMYK
0, 13, 25, 0
Luminance
0.7780
Every format
| HEX | #ffdfbf |
| RGB | rgb(255, 223, 191) |
| HSL | hsl(30, 100%, 88%) |
| CMYK | cmyk(0%, 13%, 25%, 0%) |
| LAB | lab(90.7 6.3 19.8) |
| LCH | lch(90.7 20.7 72.3) |
| OKLCH | oklch(0.922 0.055 67.1) |
Copy-ready code
/* CSS */
color: #ffdfbf;
background-color: #ffdfbf;
/* Tailwind (arbitrary) */
class="text-[#ffdfbf] bg-[#ffdfbf]"
/* SCSS */
$brand: #ffdfbf;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#ffdfbf")Accessibility — WCAG contrast
Aa
#ffdfbf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdfbf on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow25.1%
Key (black)0.0%
Color previews
#ffdfbf text on a black background
contrast 16.56:1
Card sample
#ffdfbf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdfbf;
Background color
Panel with #ffdfbf background
background-color: #ffdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdfbf; background: linear-gradient(135deg, #ffdfbf, #F4FFBF);