#ffd1bf
a pale, electric orange · warm · closest name: pink
RGB
255, 209, 191
HSL
17°, 100%, 88%
CMYK
0, 18, 25, 0
Luminance
0.7062
Every format
| HEX | #ffd1bf |
| RGB | rgb(255, 209, 191) |
| HSL | hsl(17, 100%, 88%) |
| CMYK | cmyk(0%, 18%, 25%, 0%) |
| LAB | lab(87.3 13.6 15.0) |
| LCH | lch(87.3 20.2 47.9) |
| OKLCH | oklch(0.896 0.058 42.5) |
Copy-ready code
/* CSS */
color: #ffd1bf;
background-color: #ffd1bf;
/* Tailwind (arbitrary) */
class="text-[#ffd1bf] bg-[#ffd1bf]"
/* SCSS */
$brand: #ffd1bf;
/* SwiftUI */
Color(red: 1.000, green: 0.820, blue: 0.749)
/* Android */
Color.parseColor("#ffd1bf")Accessibility — WCAG contrast
Aa
#ffd1bf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd1bf on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow25.1%
Key (black)0.0%
Color previews
#ffd1bf text on a black background
contrast 15.12:1
Card sample
#ffd1bf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd1bf;
Background color
Panel with #ffd1bf background
background-color: #ffd1bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd1bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 209, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 209, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd1bf; background: linear-gradient(135deg, #ffd1bf, #FFFCBF);