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