#f25cbc
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 92, 188
HSL
322°, 85%, 66%
CMYK
0, 62, 22, 5
Luminance
0.3016
Every format
| HEX | #f25cbc |
| RGB | rgb(242, 92, 188) |
| HSL | hsl(322, 85%, 66%) |
| CMYK | cmyk(0%, 62%, 22%, 5%) |
| LAB | lab(61.8 67.0 -21.0) |
| LCH | lch(61.8 70.2 342.6) |
| OKLCH | oklch(0.698 0.209 344.5) |
Copy-ready code
/* CSS */
color: #f25cbc;
background-color: #f25cbc;
/* Tailwind (arbitrary) */
class="text-[#f25cbc] bg-[#f25cbc]"
/* SCSS */
$brand: #f25cbc;
/* SwiftUI */
Color(red: 0.949, green: 0.361, blue: 0.737)
/* Android */
Color.parseColor("#f25cbc")Accessibility — WCAG contrast
Aa
#f25cbc on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25cbc on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green36.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow22.3%
Key (black)5.1%
Color previews
#f25cbc text on a black background
contrast 7.03:1
Card sample
#f25cbc text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25cbc;
Background color
Panel with #f25cbc background
background-color: #f25cbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25cbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 92, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 92, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25cbc; background: linear-gradient(135deg, #f25cbc, #F2605C);