#ffba8f
a light, electric orange · warm · closest name: tan
RGB
255, 186, 143
HSL
23°, 100%, 78%
CMYK
0, 27, 44, 0
Luminance
0.5836
Every format
| HEX | #ffba8f |
| RGB | rgb(255, 186, 143) |
| HSL | hsl(23, 100%, 78%) |
| CMYK | cmyk(0%, 27%, 44%, 0%) |
| LAB | lab(80.9 19.8 31.6) |
| LCH | lch(80.9 37.3 57.9) |
| OKLCH | oklch(0.843 0.098 52.9) |
Copy-ready code
/* CSS */
color: #ffba8f;
background-color: #ffba8f;
/* Tailwind (arbitrary) */
class="text-[#ffba8f] bg-[#ffba8f]"
/* SCSS */
$brand: #ffba8f;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.561)
/* Android */
Color.parseColor("#ffba8f")Accessibility — WCAG contrast
Aa
#ffba8f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba8f on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow43.9%
Key (black)0.0%
Color previews
#ffba8f text on a black background
contrast 12.67:1
Card sample
#ffba8f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba8f;
Background color
Panel with #ffba8f background
background-color: #ffba8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba8f; background: linear-gradient(135deg, #ffba8f, #F9FF8F);