#ffba5f
a light, electric orange · warm · closest name: peru
RGB
255, 186, 95
HSL
34°, 100%, 69%
CMYK
0, 27, 63, 0
Luminance
0.5720
Every format
| HEX | #ffba5f |
| RGB | rgb(255, 186, 95) |
| HSL | hsl(34, 100%, 69%) |
| CMYK | cmyk(0%, 27%, 63%, 0%) |
| LAB | lab(80.3 15.9 54.9) |
| LCH | lch(80.3 57.2 73.9) |
| OKLCH | oklch(0.836 0.134 71.7) |
Copy-ready code
/* CSS */
color: #ffba5f;
background-color: #ffba5f;
/* Tailwind (arbitrary) */
class="text-[#ffba5f] bg-[#ffba5f]"
/* SCSS */
$brand: #ffba5f;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.373)
/* Android */
Color.parseColor("#ffba5f")Accessibility — WCAG contrast
Aa
#ffba5f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba5f on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow62.7%
Key (black)0.0%
Color previews
#ffba5f text on a black background
contrast 12.44:1
Card sample
#ffba5f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba5f;
Background color
Panel with #ffba5f background
background-color: #ffba5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba5f; background: linear-gradient(135deg, #ffba5f, #D9FF5F);