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