#ffd0a8
a light, electric orange · warm · closest name: tan
RGB
255, 208, 168
HSL
28°, 100%, 83%
CMYK
0, 18, 34, 0
Luminance
0.6920
Every format
| HEX | #ffd0a8 |
| RGB | rgb(255, 208, 168) |
| HSL | hsl(28, 100%, 83%) |
| CMYK | cmyk(0%, 18%, 34%, 0%) |
| LAB | lab(86.6 11.1 26.1) |
| LCH | lch(86.6 28.4 66.9) |
| OKLCH | oklch(0.889 0.075 62.0) |
Copy-ready code
/* CSS */
color: #ffd0a8;
background-color: #ffd0a8;
/* Tailwind (arbitrary) */
class="text-[#ffd0a8] bg-[#ffd0a8]"
/* SCSS */
$brand: #ffd0a8;
/* SwiftUI */
Color(red: 1.000, green: 0.816, blue: 0.659)
/* Android */
Color.parseColor("#ffd0a8")Accessibility — WCAG contrast
Aa
#ffd0a8 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd0a8 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.6%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow34.1%
Key (black)0.0%
Color previews
#ffd0a8 text on a black background
contrast 14.84:1
Card sample
#ffd0a8 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd0a8;
Background color
Panel with #ffd0a8 background
background-color: #ffd0a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd0a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 208, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 208, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd0a8; background: linear-gradient(135deg, #ffd0a8, #F4FFA8);