#ff7beb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 123, 235
HSL
309°, 100%, 74%
CMYK
0, 52, 8, 0
Luminance
0.4142
Every format
| HEX | #ff7beb |
| RGB | rgb(255, 123, 235) |
| HSL | hsl(309, 100%, 74%) |
| CMYK | cmyk(0%, 52%, 8%, 0%) |
| LAB | lab(70.5 64.0 -33.8) |
| LCH | lch(70.5 72.3 332.2) |
| OKLCH | oklch(0.772 0.205 333.5) |
Copy-ready code
/* CSS */
color: #ff7beb;
background-color: #ff7beb;
/* Tailwind (arbitrary) */
class="text-[#ff7beb] bg-[#ff7beb]"
/* SCSS */
$brand: #ff7beb;
/* SwiftUI */
Color(red: 1.000, green: 0.482, blue: 0.922)
/* Android */
Color.parseColor("#ff7beb")Accessibility — WCAG contrast
Aa
#ff7beb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7beb on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green48.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow7.8%
Key (black)0.0%
Color previews
#ff7beb text on a black background
contrast 9.28:1
Card sample
#ff7beb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7beb;
Background color
Panel with #ff7beb background
background-color: #ff7beb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7beb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 123, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 123, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7beb; background: linear-gradient(135deg, #ff7beb, #FF7B93);