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