#ff6aeb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 106, 235
HSL
308°, 100%, 71%
CMYK
0, 58, 8, 0
Luminance
0.3757
Every format
| HEX | #ff6aeb |
| RGB | rgb(255, 106, 235) |
| HSL | hsl(308, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 8%, 0%) |
| LAB | lab(67.7 71.4 -38.1) |
| LCH | lch(67.7 80.9 331.9) |
| OKLCH | oklch(0.751 0.230 333.2) |
Copy-ready code
/* CSS */
color: #ff6aeb;
background-color: #ff6aeb;
/* Tailwind (arbitrary) */
class="text-[#ff6aeb] bg-[#ff6aeb]"
/* SCSS */
$brand: #ff6aeb;
/* SwiftUI */
Color(red: 1.000, green: 0.416, blue: 0.922)
/* Android */
Color.parseColor("#ff6aeb")Accessibility — WCAG contrast
Aa
#ff6aeb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6aeb on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green41.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta58.4%
Yellow7.8%
Key (black)0.0%
Color previews
#ff6aeb text on a black background
contrast 8.51:1
Card sample
#ff6aeb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6aeb;
Background color
Panel with #ff6aeb background
background-color: #ff6aeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6aeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 106, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 106, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6aeb; background: linear-gradient(135deg, #ff6aeb, #FF6A88);