#ffba8b
a light, electric orange · warm · closest name: tan
RGB
255, 186, 139
HSL
24°, 100%, 77%
CMYK
0, 27, 46, 0
Luminance
0.5824
Every format
| HEX | #ffba8b |
| RGB | rgb(255, 186, 139) |
| HSL | hsl(24, 100%, 77%) |
| CMYK | cmyk(0%, 27%, 46%, 0%) |
| LAB | lab(80.9 19.4 33.6) |
| LCH | lch(80.9 38.8 59.9) |
| OKLCH | oklch(0.842 0.101 55.1) |
Copy-ready code
/* CSS */
color: #ffba8b;
background-color: #ffba8b;
/* Tailwind (arbitrary) */
class="text-[#ffba8b] bg-[#ffba8b]"
/* SCSS */
$brand: #ffba8b;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.545)
/* Android */
Color.parseColor("#ffba8b")Accessibility — WCAG contrast
Aa
#ffba8b on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba8b on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow45.5%
Key (black)0.0%
Color previews
#ffba8b text on a black background
contrast 12.65:1
Card sample
#ffba8b text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba8b;
Background color
Panel with #ffba8b background
background-color: #ffba8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba8b; background: linear-gradient(135deg, #ffba8b, #F7FF8B);