#ffd6a0
a light, electric orange · warm · closest name: tan
RGB
255, 214, 160
HSL
34°, 100%, 81%
CMYK
0, 16, 37, 0
Luminance
0.7189
Every format
| HEX | #ffd6a0 |
| RGB | rgb(255, 214, 160) |
| HSL | hsl(34, 100%, 81%) |
| CMYK | cmyk(0%, 16%, 37%, 0%) |
| LAB | lab(87.9 7.1 32.0) |
| LCH | lch(87.9 32.8 77.5) |
| OKLCH | oklch(0.898 0.083 74.1) |
Copy-ready code
/* CSS */
color: #ffd6a0;
background-color: #ffd6a0;
/* Tailwind (arbitrary) */
class="text-[#ffd6a0] bg-[#ffd6a0]"
/* SCSS */
$brand: #ffd6a0;
/* SwiftUI */
Color(red: 1.000, green: 0.839, blue: 0.627)
/* Android */
Color.parseColor("#ffd6a0")Accessibility — WCAG contrast
Aa
#ffd6a0 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd6a0 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.9%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow37.3%
Key (black)0.0%
Color previews
#ffd6a0 text on a black background
contrast 15.38:1
Card sample
#ffd6a0 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd6a0;
Background color
Panel with #ffd6a0 background
background-color: #ffd6a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd6a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 214, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 214, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd6a0; background: linear-gradient(135deg, #ffd6a0, #E9FFA0);