#f39b68
a light, electric orange · warm · closest name: peru
RGB
243, 155, 104
HSL
22°, 85%, 68%
CMYK
0, 36, 57, 5
Luminance
0.4350
Every format
| HEX | #f39b68 |
| RGB | rgb(243, 155, 104) |
| HSL | hsl(22, 85%, 68%) |
| CMYK | cmyk(0%, 36%, 57%, 5%) |
| LAB | lab(71.9 27.9 40.2) |
| LCH | lch(71.9 48.9 55.2) |
| OKLCH | oklch(0.768 0.125 50.2) |
Copy-ready code
/* CSS */
color: #f39b68;
background-color: #f39b68;
/* Tailwind (arbitrary) */
class="text-[#f39b68] bg-[#f39b68]"
/* SCSS */
$brand: #f39b68;
/* SwiftUI */
Color(red: 0.953, green: 0.608, blue: 0.408)
/* Android */
Color.parseColor("#f39b68")Accessibility — WCAG contrast
Aa
#f39b68 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39b68 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green60.8%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow57.2%
Key (black)4.7%
Color previews
#f39b68 text on a black background
contrast 9.70:1
Card sample
#f39b68 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39b68;
Background color
Panel with #f39b68 background
background-color: #f39b68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39b68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 155, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 155, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39b68; background: linear-gradient(135deg, #f39b68, #EEF368);