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