#ffba80
a light, electric orange · warm · closest name: tan
RGB
255, 186, 128
HSL
27°, 100%, 75%
CMYK
0, 27, 50, 0
Luminance
0.5794
Every format
| HEX | #ffba80 |
| RGB | rgb(255, 186, 128) |
| HSL | hsl(27, 100%, 75%) |
| CMYK | cmyk(0%, 27%, 50%, 0%) |
| LAB | lab(80.7 18.4 39.1) |
| LCH | lch(80.7 43.2 64.8) |
| OKLCH | oklch(0.841 0.109 60.6) |
Copy-ready code
/* CSS */
color: #ffba80;
background-color: #ffba80;
/* Tailwind (arbitrary) */
class="text-[#ffba80] bg-[#ffba80]"
/* SCSS */
$brand: #ffba80;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.502)
/* Android */
Color.parseColor("#ffba80")Accessibility — WCAG contrast
Aa
#ffba80 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba80 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow49.8%
Key (black)0.0%
Color previews
#ffba80 text on a black background
contrast 12.59:1
Card sample
#ffba80 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba80;
Background color
Panel with #ffba80 background
background-color: #ffba80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba80; background: linear-gradient(135deg, #ffba80, #EFFF80);