#ff90df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 144, 223
HSL
317°, 100%, 78%
CMYK
0, 44, 13, 0
Luminance
0.4653
Every format
| HEX | #ff90df |
| RGB | rgb(255, 144, 223) |
| HSL | hsl(317, 100%, 78%) |
| CMYK | cmyk(0%, 44%, 13%, 0%) |
| LAB | lab(73.9 52.0 -21.9) |
| LCH | lch(73.9 56.4 337.1) |
| OKLCH | oklch(0.796 0.163 338.9) |
Copy-ready code
/* CSS */
color: #ff90df;
background-color: #ff90df;
/* Tailwind (arbitrary) */
class="text-[#ff90df] bg-[#ff90df]"
/* SCSS */
$brand: #ff90df;
/* SwiftUI */
Color(red: 1.000, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#ff90df")Accessibility — WCAG contrast
Aa
#ff90df on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff90df on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow12.5%
Key (black)0.0%
Color previews
#ff90df text on a black background
contrast 10.31:1
Card sample
#ff90df text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff90df;
Background color
Panel with #ff90df background
background-color: #ff90df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff90df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff90df; background: linear-gradient(135deg, #ff90df, #FF9095);