#ffba9e
a light, electric orange · warm · closest name: tan
RGB
255, 186, 158
HSL
17°, 100%, 81%
CMYK
0, 27, 38, 0
Luminance
0.5885
Every format
| HEX | #ffba9e |
| RGB | rgb(255, 186, 158) |
| HSL | hsl(17, 100%, 81%) |
| CMYK | cmyk(0%, 27%, 38%, 0%) |
| LAB | lab(81.2 21.4 24.0) |
| LCH | lch(81.2 32.2 48.2) |
| OKLCH | oklch(0.846 0.089 43.0) |
Copy-ready code
/* CSS */
color: #ffba9e;
background-color: #ffba9e;
/* Tailwind (arbitrary) */
class="text-[#ffba9e] bg-[#ffba9e]"
/* SCSS */
$brand: #ffba9e;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.620)
/* Android */
Color.parseColor("#ffba9e")Accessibility — WCAG contrast
Aa
#ffba9e on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba9e on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow38.0%
Key (black)0.0%
Color previews
#ffba9e text on a black background
contrast 12.77:1
Card sample
#ffba9e text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba9e;
Background color
Panel with #ffba9e background
background-color: #ffba9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba9e; background: linear-gradient(135deg, #ffba9e, #FFFB9E);