#ff38ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 56, 186
HSL
321°, 100%, 61%
CMYK
0, 78, 27, 0
Luminance
0.2763
Every format
| HEX | #ff38ba |
| RGB | rgb(255, 56, 186) |
| HSL | hsl(321, 100%, 61%) |
| CMYK | cmyk(0%, 78%, 27%, 0%) |
| LAB | lab(59.6 82.0 -23.1) |
| LCH | lch(59.6 85.2 344.3) |
| OKLCH | oklch(0.685 0.257 346.2) |
Copy-ready code
/* CSS */
color: #ff38ba;
background-color: #ff38ba;
/* Tailwind (arbitrary) */
class="text-[#ff38ba] bg-[#ff38ba]"
/* SCSS */
$brand: #ff38ba;
/* SwiftUI */
Color(red: 1.000, green: 0.220, blue: 0.729)
/* Android */
Color.parseColor("#ff38ba")Accessibility — WCAG contrast
Aa
#ff38ba on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff38ba on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green22.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow27.1%
Key (black)0.0%
Color previews
#ff38ba text on a black background
contrast 6.53:1
Card sample
#ff38ba text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff38ba;
Background color
Panel with #ff38ba background
background-color: #ff38ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff38ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 56, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 56, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff38ba; background: linear-gradient(135deg, #ff38ba, #FF3B38);