#ffd9b4
a pale, electric orange · warm · closest name: tan
RGB
255, 217, 180
HSL
30°, 100%, 85%
CMYK
0, 15, 29, 0
Luminance
0.7418
Every format
| HEX | #ffd9b4 |
| RGB | rgb(255, 217, 180) |
| HSL | hsl(30, 100%, 85%) |
| CMYK | cmyk(0%, 15%, 29%, 0%) |
| LAB | lab(89.0 8.0 23.2) |
| LCH | lch(89.0 24.5 71.1) |
| OKLCH | oklch(0.908 0.065 66.1) |
Copy-ready code
/* CSS */
color: #ffd9b4;
background-color: #ffd9b4;
/* Tailwind (arbitrary) */
class="text-[#ffd9b4] bg-[#ffd9b4]"
/* SCSS */
$brand: #ffd9b4;
/* SwiftUI */
Color(red: 1.000, green: 0.851, blue: 0.706)
/* Android */
Color.parseColor("#ffd9b4")Accessibility — WCAG contrast
Aa
#ffd9b4 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd9b4 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.1%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow29.4%
Key (black)0.0%
Color previews
#ffd9b4 text on a black background
contrast 15.84:1
Card sample
#ffd9b4 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd9b4;
Background color
Panel with #ffd9b4 background
background-color: #ffd9b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd9b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 217, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 217, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd9b4; background: linear-gradient(135deg, #ffd9b4, #F3FFB4);