#f39a4f
a balanced, electric orange · warm · closest name: peru
RGB
243, 154, 79
HSL
27°, 87%, 63%
CMYK
0, 37, 68, 5
Luminance
0.4273
Every format
| HEX | #f39a4f |
| RGB | rgb(243, 154, 79) |
| HSL | hsl(27, 87%, 63%) |
| CMYK | cmyk(0%, 37%, 68%, 5%) |
| LAB | lab(71.4 26.8 52.1) |
| LCH | lch(71.4 58.6 62.8) |
| OKLCH | oklch(0.763 0.140 58.4) |
Copy-ready code
/* CSS */
color: #f39a4f;
background-color: #f39a4f;
/* Tailwind (arbitrary) */
class="text-[#f39a4f] bg-[#f39a4f]"
/* SCSS */
$brand: #f39a4f;
/* SwiftUI */
Color(red: 0.953, green: 0.604, blue: 0.310)
/* Android */
Color.parseColor("#f39a4f")Accessibility — WCAG contrast
Aa
#f39a4f on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39a4f on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green60.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow67.5%
Key (black)4.7%
Color previews
#f39a4f text on a black background
contrast 9.55:1
Card sample
#f39a4f text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39a4f;
Background color
Panel with #f39a4f background
background-color: #f39a4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39a4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 154, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 154, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39a4f; background: linear-gradient(135deg, #f39a4f, #DFF34F);