#ffd1bc
a pale, electric orange · warm · closest name: tan
RGB
255, 209, 188
HSL
19°, 100%, 87%
CMYK
0, 18, 26, 0
Luminance
0.7049
Every format
| HEX | #ffd1bc |
| RGB | rgb(255, 209, 188) |
| HSL | hsl(19, 100%, 87%) |
| CMYK | cmyk(0%, 18%, 26%, 0%) |
| LAB | lab(87.2 13.2 16.5) |
| LCH | lch(87.2 21.1 51.5) |
| OKLCH | oklch(0.895 0.059 45.9) |
Copy-ready code
/* CSS */
color: #ffd1bc;
background-color: #ffd1bc;
/* Tailwind (arbitrary) */
class="text-[#ffd1bc] bg-[#ffd1bc]"
/* SCSS */
$brand: #ffd1bc;
/* SwiftUI */
Color(red: 1.000, green: 0.820, blue: 0.737)
/* Android */
Color.parseColor("#ffd1bc")Accessibility — WCAG contrast
Aa
#ffd1bc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd1bc on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow26.3%
Key (black)0.0%
Color previews
#ffd1bc text on a black background
contrast 15.10:1
Card sample
#ffd1bc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd1bc;
Background color
Panel with #ffd1bc background
background-color: #ffd1bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd1bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 209, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 209, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd1bc; background: linear-gradient(135deg, #ffd1bc, #FFFEBC);