#f39667
a light, electric orange · warm · closest name: peru
RGB
243, 150, 103
HSL
20°, 85%, 68%
CMYK
0, 38, 58, 5
Luminance
0.4185
Every format
| HEX | #f39667 |
| RGB | rgb(243, 150, 103) |
| HSL | hsl(20, 85%, 68%) |
| CMYK | cmyk(0%, 38%, 58%, 5%) |
| LAB | lab(70.8 30.5 39.3) |
| LCH | lch(70.8 49.8 52.2) |
| OKLCH | oklch(0.759 0.128 47.0) |
Copy-ready code
/* CSS */
color: #f39667;
background-color: #f39667;
/* Tailwind (arbitrary) */
class="text-[#f39667] bg-[#f39667]"
/* SCSS */
$brand: #f39667;
/* SwiftUI */
Color(red: 0.953, green: 0.588, blue: 0.404)
/* Android */
Color.parseColor("#f39667")Accessibility — WCAG contrast
Aa
#f39667 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39667 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green58.8%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow57.6%
Key (black)4.7%
Color previews
#f39667 text on a black background
contrast 9.37:1
Card sample
#f39667 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39667;
Background color
Panel with #f39667 background
background-color: #f39667;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39667;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 150, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 150, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39667; background: linear-gradient(135deg, #f39667, #F3F367);