#f485cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 133, 207
HSL
320°, 84%, 74%
CMYK
0, 46, 15, 4
Luminance
0.4051
Every format
| HEX | #f485cf |
| RGB | rgb(244, 133, 207) |
| HSL | hsl(320, 84%, 74%) |
| CMYK | cmyk(0%, 46%, 15%, 4%) |
| LAB | lab(69.8 51.6 -19.4) |
| LCH | lch(69.8 55.1 339.4) |
| OKLCH | oklch(0.761 0.160 341.2) |
Copy-ready code
/* CSS */
color: #f485cf;
background-color: #f485cf;
/* Tailwind (arbitrary) */
class="text-[#f485cf] bg-[#f485cf]"
/* SCSS */
$brand: #f485cf;
/* SwiftUI */
Color(red: 0.957, green: 0.522, blue: 0.812)
/* Android */
Color.parseColor("#f485cf")Accessibility — WCAG contrast
Aa
#f485cf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f485cf on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green52.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow15.2%
Key (black)4.3%
Color previews
#f485cf text on a black background
contrast 9.10:1
Card sample
#f485cf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f485cf;
Background color
Panel with #f485cf background
background-color: #f485cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f485cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 133, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 133, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f485cf; background: linear-gradient(135deg, #f485cf, #F48585);