#f38864
a light, electric orange · warm · closest name: salmon
RGB
243, 136, 100
HSL
15°, 86%, 67%
CMYK
0, 44, 59, 5
Luminance
0.3758
Every format
| HEX | #f38864 |
| RGB | rgb(243, 136, 100) |
| HSL | hsl(15, 86%, 67%) |
| CMYK | cmyk(0%, 44%, 59%, 5%) |
| LAB | lab(67.7 37.5 37.1) |
| LCH | lch(67.7 52.8 44.7) |
| OKLCH | oklch(0.736 0.140 39.2) |
Copy-ready code
/* CSS */
color: #f38864;
background-color: #f38864;
/* Tailwind (arbitrary) */
class="text-[#f38864] bg-[#f38864]"
/* SCSS */
$brand: #f38864;
/* SwiftUI */
Color(red: 0.953, green: 0.533, blue: 0.392)
/* Android */
Color.parseColor("#f38864")Accessibility — WCAG contrast
Aa
#f38864 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38864 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green53.3%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow58.8%
Key (black)4.7%
Color previews
#f38864 text on a black background
contrast 8.52:1
Card sample
#f38864 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38864;
Background color
Panel with #f38864 background
background-color: #f38864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 136, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 136, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38864; background: linear-gradient(135deg, #f38864, #F3E764);