#ffd0b8
a pale, electric orange · warm · closest name: tan
RGB
255, 208, 184
HSL
20°, 100%, 86%
CMYK
0, 18, 28, 0
Luminance
0.6983
Every format
| HEX | #ffd0b8 |
| RGB | rgb(255, 208, 184) |
| HSL | hsl(20, 100%, 86%) |
| CMYK | cmyk(0%, 18%, 28%, 0%) |
| LAB | lab(86.9 13.1 18.2) |
| LCH | lch(86.9 22.4 54.1) |
| OKLCH | oklch(0.892 0.062 48.5) |
Copy-ready code
/* CSS */
color: #ffd0b8;
background-color: #ffd0b8;
/* Tailwind (arbitrary) */
class="text-[#ffd0b8] bg-[#ffd0b8]"
/* SCSS */
$brand: #ffd0b8;
/* SwiftUI */
Color(red: 1.000, green: 0.816, blue: 0.722)
/* Android */
Color.parseColor("#ffd0b8")Accessibility — WCAG contrast
Aa
#ffd0b8 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd0b8 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.6%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow27.8%
Key (black)0.0%
Color previews
#ffd0b8 text on a black background
contrast 14.97:1
Card sample
#ffd0b8 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd0b8;
Background color
Panel with #ffd0b8 background
background-color: #ffd0b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd0b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 208, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 208, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd0b8; background: linear-gradient(135deg, #ffd0b8, #FFFFB8);