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