#ff38df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 56, 223
HSL
310°, 100%, 61%
CMYK
0, 78, 13, 0
Luminance
0.2942
Every format
| HEX | #ff38df |
| RGB | rgb(255, 56, 223) |
| HSL | hsl(310, 100%, 61%) |
| CMYK | cmyk(0%, 78%, 13%, 0%) |
| LAB | lab(61.1 86.5 -41.6) |
| LCH | lch(61.1 96.0 334.3) |
| OKLCH | oklch(0.702 0.278 335.9) |
Copy-ready code
/* CSS */
color: #ff38df;
background-color: #ff38df;
/* Tailwind (arbitrary) */
class="text-[#ff38df] bg-[#ff38df]"
/* SCSS */
$brand: #ff38df;
/* SwiftUI */
Color(red: 1.000, green: 0.220, blue: 0.875)
/* Android */
Color.parseColor("#ff38df")Accessibility — WCAG contrast
Aa
#ff38df on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff38df on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green22.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow12.5%
Key (black)0.0%
Color previews
#ff38df text on a black background
contrast 6.88:1
Card sample
#ff38df text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff38df;
Background color
Panel with #ff38df background
background-color: #ff38df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff38df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 56, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 56, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff38df; background: linear-gradient(135deg, #ff38df, #FF385B);