#ffba74
a light, electric orange · warm · closest name: peru
RGB
255, 186, 116
HSL
30°, 100%, 73%
CMYK
0, 27, 55, 0
Luminance
0.5764
Every format
| HEX | #ffba74 |
| RGB | rgb(255, 186, 116) |
| HSL | hsl(30, 100%, 73%) |
| CMYK | cmyk(0%, 27%, 55%, 0%) |
| LAB | lab(80.5 17.4 45.0) |
| LCH | lch(80.5 48.3 68.8) |
| OKLCH | oklch(0.839 0.118 65.4) |
Copy-ready code
/* CSS */
color: #ffba74;
background-color: #ffba74;
/* Tailwind (arbitrary) */
class="text-[#ffba74] bg-[#ffba74]"
/* SCSS */
$brand: #ffba74;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.455)
/* Android */
Color.parseColor("#ffba74")Accessibility — WCAG contrast
Aa
#ffba74 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba74 on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow54.5%
Key (black)0.0%
Color previews
#ffba74 text on a black background
contrast 12.53:1
Card sample
#ffba74 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba74;
Background color
Panel with #ffba74 background
background-color: #ffba74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba74; background: linear-gradient(135deg, #ffba74, #E7FF74);