#f38872
a light, electric red · warm · closest name: salmon
RGB
243, 136, 114
HSL
10°, 84%, 70%
CMYK
0, 44, 53, 5
Luminance
0.3788
Every format
| HEX | #f38872 |
| RGB | rgb(243, 136, 114) |
| HSL | hsl(10, 84%, 70%) |
| CMYK | cmyk(0%, 44%, 53%, 5%) |
| LAB | lab(67.9 38.6 29.8) |
| LCH | lch(67.9 48.8 37.7) |
| OKLCH | oklch(0.738 0.135 32.7) |
Copy-ready code
/* CSS */
color: #f38872;
background-color: #f38872;
/* Tailwind (arbitrary) */
class="text-[#f38872] bg-[#f38872]"
/* SCSS */
$brand: #f38872;
/* SwiftUI */
Color(red: 0.953, green: 0.533, blue: 0.447)
/* Android */
Color.parseColor("#f38872")Accessibility — WCAG contrast
Aa
#f38872 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38872 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green53.3%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow53.1%
Key (black)4.7%
Color previews
#f38872 text on a black background
contrast 8.58:1
Card sample
#f38872 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38872;
Background color
Panel with #f38872 background
background-color: #f38872;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38872;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 136, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 136, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38872; background: linear-gradient(135deg, #f38872, #F3DE72);