#f385cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 133, 203
HSL
322°, 82%, 74%
CMYK
0, 45, 17, 5
Luminance
0.4014
Every format
| HEX | #f385cb |
| RGB | rgb(243, 133, 203) |
| HSL | hsl(322, 82%, 74%) |
| CMYK | cmyk(0%, 45%, 17%, 5%) |
| LAB | lab(69.6 50.6 -17.6) |
| LCH | lch(69.6 53.6 340.8) |
| OKLCH | oklch(0.758 0.157 342.7) |
Copy-ready code
/* CSS */
color: #f385cb;
background-color: #f385cb;
/* Tailwind (arbitrary) */
class="text-[#f385cb] bg-[#f385cb]"
/* SCSS */
$brand: #f385cb;
/* SwiftUI */
Color(red: 0.953, green: 0.522, blue: 0.796)
/* Android */
Color.parseColor("#f385cb")Accessibility — WCAG contrast
Aa
#f385cb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f385cb on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green52.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow16.5%
Key (black)4.7%
Color previews
#f385cb text on a black background
contrast 9.03:1
Card sample
#f385cb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f385cb;
Background color
Panel with #f385cb background
background-color: #f385cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f385cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 133, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 133, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f385cb; background: linear-gradient(135deg, #f385cb, #F38885);