#ff06b6
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 6, 182
HSL
318°, 100%, 51%
CMYK
0, 98, 29, 0
Luminance
0.2477
Every format
| HEX | #ff06b6 |
| RGB | rgb(255, 6, 182) |
| HSL | hsl(318, 100%, 51%) |
| CMYK | cmyk(0%, 98%, 29%, 0%) |
| LAB | lab(56.9 88.9 -24.9) |
| LCH | lch(56.9 92.3 344.4) |
| OKLCH | oklch(0.665 0.280 346.3) |
Copy-ready code
/* CSS */
color: #ff06b6;
background-color: #ff06b6;
/* Tailwind (arbitrary) */
class="text-[#ff06b6] bg-[#ff06b6]"
/* SCSS */
$brand: #ff06b6;
/* SwiftUI */
Color(red: 1.000, green: 0.024, blue: 0.714)
/* Android */
Color.parseColor("#ff06b6")Accessibility — WCAG contrast
Aa
#ff06b6 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff06b6 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green2.4%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow28.6%
Key (black)0.0%
Color previews
#ff06b6 text on a black background
contrast 5.95:1
Card sample
#ff06b6 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff06b6;
Background color
Panel with #ff06b6 background
background-color: #ff06b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff06b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 6, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 6, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff06b6; background: linear-gradient(135deg, #ff06b6, #FF0610);