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