#f38888
a light, electric red · warm · closest name: salmon
RGB
243, 136, 136
HSL
0°, 82%, 74%
CMYK
0, 44, 44, 5
Luminance
0.3844
Every format
| HEX | #f38888 |
| RGB | rgb(243, 136, 136) |
| HSL | hsl(0, 82%, 74%) |
| CMYK | cmyk(0%, 44%, 44%, 5%) |
| LAB | lab(68.3 40.6 18.1) |
| LCH | lch(68.3 44.5 24.1) |
| OKLCH | oklch(0.743 0.131 20.7) |
Copy-ready code
/* CSS */
color: #f38888;
background-color: #f38888;
/* Tailwind (arbitrary) */
class="text-[#f38888] bg-[#f38888]"
/* SCSS */
$brand: #f38888;
/* SwiftUI */
Color(red: 0.953, green: 0.533, blue: 0.533)
/* Android */
Color.parseColor("#f38888")Accessibility — WCAG contrast
Aa
#f38888 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38888 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green53.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow44.0%
Key (black)4.7%
Color previews
#f38888 text on a black background
contrast 8.69:1
Card sample
#f38888 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38888;
Background color
Panel with #f38888 background
background-color: #f38888;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38888;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 136, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 136, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38888; background: linear-gradient(135deg, #f38888, #F3CF88);