#ffd3bf
a pale, electric orange · warm · closest name: tan
RGB
255, 211, 191
HSL
19°, 100%, 88%
CMYK
0, 17, 25, 0
Luminance
0.7161
Every format
| HEX | #ffd3bf |
| RGB | rgb(255, 211, 191) |
| HSL | hsl(19, 100%, 88%) |
| CMYK | cmyk(0%, 17%, 25%, 0%) |
| LAB | lab(87.8 12.5 15.7) |
| LCH | lch(87.8 20.1 51.4) |
| OKLCH | oklch(0.899 0.057 45.8) |
Copy-ready code
/* CSS */
color: #ffd3bf;
background-color: #ffd3bf;
/* Tailwind (arbitrary) */
class="text-[#ffd3bf] bg-[#ffd3bf]"
/* SCSS */
$brand: #ffd3bf;
/* SwiftUI */
Color(red: 1.000, green: 0.827, blue: 0.749)
/* Android */
Color.parseColor("#ffd3bf")Accessibility — WCAG contrast
Aa
#ffd3bf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd3bf on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow25.1%
Key (black)0.0%
Color previews
#ffd3bf text on a black background
contrast 15.32:1
Card sample
#ffd3bf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd3bf;
Background color
Panel with #ffd3bf background
background-color: #ffd3bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd3bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 211, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 211, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd3bf; background: linear-gradient(135deg, #ffd3bf, #FFFEBF);