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