#ffd1b8
a pale, electric orange · warm · closest name: tan
RGB
255, 209, 184
HSL
21°, 100%, 86%
CMYK
0, 18, 28, 0
Luminance
0.7032
Every format
| HEX | #ffd1b8 |
| RGB | rgb(255, 209, 184) |
| HSL | hsl(21, 100%, 86%) |
| CMYK | cmyk(0%, 18%, 28%, 0%) |
| LAB | lab(87.2 12.6 18.5) |
| LCH | lch(87.2 22.4 55.7) |
| OKLCH | oklch(0.894 0.062 50.1) |
Copy-ready code
/* CSS */
color: #ffd1b8;
background-color: #ffd1b8;
/* Tailwind (arbitrary) */
class="text-[#ffd1b8] bg-[#ffd1b8]"
/* SCSS */
$brand: #ffd1b8;
/* SwiftUI */
Color(red: 1.000, green: 0.820, blue: 0.722)
/* Android */
Color.parseColor("#ffd1b8")Accessibility — WCAG contrast
Aa
#ffd1b8 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd1b8 on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.0%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow27.8%
Key (black)0.0%
Color previews
#ffd1b8 text on a black background
contrast 15.06:1
Card sample
#ffd1b8 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd1b8;
Background color
Panel with #ffd1b8 background
background-color: #ffd1b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd1b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 209, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 209, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd1b8; background: linear-gradient(135deg, #ffd1b8, #FEFFB8);