#ffdfb4
a pale, electric orange · warm · closest name: tan
RGB
255, 223, 180
HSL
34°, 100%, 85%
CMYK
0, 13, 29, 0
Luminance
0.7733
Every format
| HEX | #ffdfb4 |
| RGB | rgb(255, 223, 180) |
| HSL | hsl(34, 100%, 85%) |
| CMYK | cmyk(0%, 13%, 29%, 0%) |
| LAB | lab(90.5 4.9 25.2) |
| LCH | lch(90.5 25.6 79.0) |
| OKLCH | oklch(0.920 0.066 75.0) |
Copy-ready code
/* CSS */
color: #ffdfb4;
background-color: #ffdfb4;
/* Tailwind (arbitrary) */
class="text-[#ffdfb4] bg-[#ffdfb4]"
/* SCSS */
$brand: #ffdfb4;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.706)
/* Android */
Color.parseColor("#ffdfb4")Accessibility — WCAG contrast
Aa
#ffdfb4 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdfb4 on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow29.4%
Key (black)0.0%
Color previews
#ffdfb4 text on a black background
contrast 16.47:1
Card sample
#ffdfb4 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdfb4;
Background color
Panel with #ffdfb4 background
background-color: #ffdfb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdfb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdfb4; background: linear-gradient(135deg, #ffdfb4, #EDFFB4);