#ffd7bb
a pale, electric orange · warm · closest name: tan
RGB
255, 215, 187
HSL
25°, 100%, 87%
CMYK
0, 16, 27, 0
Luminance
0.7345
Every format
| HEX | #ffd7bb |
| RGB | rgb(255, 215, 187) |
| HSL | hsl(25, 100%, 87%) |
| CMYK | cmyk(0%, 16%, 27%, 0%) |
| LAB | lab(88.7 9.9 19.0) |
| LCH | lch(88.7 21.4 62.5) |
| OKLCH | oklch(0.906 0.058 56.9) |
Copy-ready code
/* CSS */
color: #ffd7bb;
background-color: #ffd7bb;
/* Tailwind (arbitrary) */
class="text-[#ffd7bb] bg-[#ffd7bb]"
/* SCSS */
$brand: #ffd7bb;
/* SwiftUI */
Color(red: 1.000, green: 0.843, blue: 0.733)
/* Android */
Color.parseColor("#ffd7bb")Accessibility — WCAG contrast
Aa
#ffd7bb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd7bb on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow26.7%
Key (black)0.0%
Color previews
#ffd7bb text on a black background
contrast 15.69:1
Card sample
#ffd7bb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd7bb;
Background color
Panel with #ffd7bb background
background-color: #ffd7bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd7bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 215, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 215, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd7bb; background: linear-gradient(135deg, #ffd7bb, #FAFFBB);