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