#ffdfb7
a pale, electric orange · warm · closest name: tan
RGB
255, 223, 183
HSL
33°, 100%, 86%
CMYK
0, 13, 28, 0
Luminance
0.7745
Every format
| HEX | #ffdfb7 |
| RGB | rgb(255, 223, 183) |
| HSL | hsl(33, 100%, 86%) |
| CMYK | cmyk(0%, 13%, 28%, 0%) |
| LAB | lab(90.5 5.3 23.7) |
| LCH | lch(90.5 24.3 77.5) |
| OKLCH | oklch(0.920 0.063 73.1) |
Copy-ready code
/* CSS */
color: #ffdfb7;
background-color: #ffdfb7;
/* Tailwind (arbitrary) */
class="text-[#ffdfb7] bg-[#ffdfb7]"
/* SCSS */
$brand: #ffdfb7;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.718)
/* Android */
Color.parseColor("#ffdfb7")Accessibility — WCAG contrast
Aa
#ffdfb7 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdfb7 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow28.2%
Key (black)0.0%
Color previews
#ffdfb7 text on a black background
contrast 16.49:1
Card sample
#ffdfb7 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdfb7;
Background color
Panel with #ffdfb7 background
background-color: #ffdfb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdfb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdfb7; background: linear-gradient(135deg, #ffdfb7, #EFFFB7);