#ffc0a0
a light, electric orange · warm · closest name: tan
RGB
255, 192, 160
HSL
20°, 100%, 81%
CMYK
0, 25, 37, 0
Luminance
0.6150
Every format
| HEX | #ffc0a0 |
| RGB | rgb(255, 192, 160) |
| HSL | hsl(20, 100%, 81%) |
| CMYK | cmyk(0%, 25%, 37%, 0%) |
| LAB | lab(82.7 18.5 24.9) |
| LCH | lch(82.7 31.1 53.4) |
| OKLCH | oklch(0.857 0.085 48.1) |
Copy-ready code
/* CSS */
color: #ffc0a0;
background-color: #ffc0a0;
/* Tailwind (arbitrary) */
class="text-[#ffc0a0] bg-[#ffc0a0]"
/* SCSS */
$brand: #ffc0a0;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.627)
/* Android */
Color.parseColor("#ffc0a0")Accessibility — WCAG contrast
Aa
#ffc0a0 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc0a0 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow37.3%
Key (black)0.0%
Color previews
#ffc0a0 text on a black background
contrast 13.30:1
Card sample
#ffc0a0 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc0a0;
Background color
Panel with #ffc0a0 background
background-color: #ffc0a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc0a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc0a0; background: linear-gradient(135deg, #ffc0a0, #FFFFA0);