#f235ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 53, 186
HSL
318°, 88%, 58%
CMYK
0, 78, 23, 5
Luminance
0.2497
Every format
| HEX | #f235ba |
| RGB | rgb(242, 53, 186) |
| HSL | hsl(318, 88%, 58%) |
| CMYK | cmyk(0%, 78%, 23%, 5%) |
| LAB | lab(57.0 79.8 -27.1) |
| LCH | lch(57.0 84.3 341.2) |
| OKLCH | oklch(0.663 0.252 343.2) |
Copy-ready code
/* CSS */
color: #f235ba;
background-color: #f235ba;
/* Tailwind (arbitrary) */
class="text-[#f235ba] bg-[#f235ba]"
/* SCSS */
$brand: #f235ba;
/* SwiftUI */
Color(red: 0.949, green: 0.208, blue: 0.729)
/* Android */
Color.parseColor("#f235ba")Accessibility — WCAG contrast
Aa
#f235ba on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f235ba on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green20.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow23.1%
Key (black)5.1%
Color previews
#f235ba text on a black background
contrast 5.99:1
Card sample
#f235ba text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f235ba;
Background color
Panel with #f235ba background
background-color: #f235ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f235ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 53, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 53, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f235ba; background: linear-gradient(135deg, #f235ba, #F2353C);