#ff0daf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 13, 175
HSL
320°, 100%, 53%
CMYK
0, 95, 31, 0
Luminance
0.2464
Every format
| HEX | #ff0daf |
| RGB | rgb(255, 13, 175) |
| HSL | hsl(320, 100%, 53%) |
| CMYK | cmyk(0%, 95%, 31%, 0%) |
| LAB | lab(56.7 87.8 -21.0) |
| LCH | lch(56.7 90.2 346.5) |
| OKLCH | oklch(0.664 0.275 348.4) |
Copy-ready code
/* CSS */
color: #ff0daf;
background-color: #ff0daf;
/* Tailwind (arbitrary) */
class="text-[#ff0daf] bg-[#ff0daf]"
/* SCSS */
$brand: #ff0daf;
/* SwiftUI */
Color(red: 1.000, green: 0.051, blue: 0.686)
/* Android */
Color.parseColor("#ff0daf")Accessibility — WCAG contrast
Aa
#ff0daf on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0daf on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green5.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow31.4%
Key (black)0.0%
Color previews
#ff0daf text on a black background
contrast 5.93:1
Card sample
#ff0daf text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0daf;
Background color
Panel with #ff0daf background
background-color: #ff0daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 13, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 13, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0daf; background: linear-gradient(135deg, #ff0daf, #FF0D0E);