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