#ff526c
a light, electric red · warm · closest name: crimson
RGB
255, 82, 108
HSL
351°, 100%, 66%
CMYK
0, 68, 58, 0
Luminance
0.2838
Every format
| HEX | #ff526c |
| RGB | rgb(255, 82, 108) |
| HSL | hsl(351, 100%, 66%) |
| CMYK | cmyk(0%, 68%, 58%, 0%) |
| LAB | lab(60.2 66.7 23.3) |
| LCH | lch(60.2 70.7 19.3) |
| OKLCH | oklch(0.683 0.208 16.0) |
Copy-ready code
/* CSS */
color: #ff526c;
background-color: #ff526c;
/* Tailwind (arbitrary) */
class="text-[#ff526c] bg-[#ff526c]"
/* SCSS */
$brand: #ff526c;
/* SwiftUI */
Color(red: 1.000, green: 0.322, blue: 0.424)
/* Android */
Color.parseColor("#ff526c")Accessibility — WCAG contrast
Aa
#ff526c on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff526c on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta67.8%
Yellow57.6%
Key (black)0.0%
Color previews
#ff526c text on a black background
contrast 6.68:1
Card sample
#ff526c text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff526c;
Background color
Panel with #ff526c background
background-color: #ff526c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff526c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 82, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 82, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff526c; background: linear-gradient(135deg, #ff526c, #FFAB52);