#be5252
a balanced, vivid red · warm · closest name: salmon
RGB
190, 82, 82
HSL
0°, 45%, 53%
CMYK
0, 57, 57, 26
Luminance
0.1759
Every format
| HEX | #be5252 |
| RGB | rgb(190, 82, 82) |
| HSL | hsl(0, 45%, 53%) |
| CMYK | cmyk(0%, 57%, 57%, 26%) |
| LAB | lab(49.0 43.5 21.8) |
| LCH | lch(49.0 48.6 26.6) |
| OKLCH | oklch(0.577 0.140 22.5) |
Copy-ready code
/* CSS */
color: #be5252;
background-color: #be5252;
/* Tailwind (arbitrary) */
class="text-[#be5252] bg-[#be5252]"
/* SCSS */
$brand: #be5252;
/* SwiftUI */
Color(red: 0.745, green: 0.322, blue: 0.322)
/* Android */
Color.parseColor("#be5252")Accessibility — WCAG contrast
Aa
#be5252 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be5252 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green32.2%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow56.8%
Key (black)25.5%
Color previews
#be5252 text on a black background
contrast 4.52:1
Card sample
#be5252 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be5252;
Background color
Panel with #be5252 background
background-color: #be5252;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be5252;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 82, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 82, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be5252; background: linear-gradient(135deg, #be5252, #BE9A52);