#955152
a balanced, soft red · warm · closest name: sienna
RGB
149, 81, 82
HSL
359°, 30%, 45%
CMYK
0, 46, 45, 42
Luminance
0.1288
Every format
| HEX | #955152 |
| RGB | rgb(149, 81, 82) |
| HSL | hsl(359, 30%, 45%) |
| CMYK | cmyk(0%, 46%, 45%, 42%) |
| LAB | lab(42.6 28.4 12.1) |
| LCH | lch(42.6 30.9 23.0) |
| OKLCH | oklch(0.516 0.091 19.8) |
Copy-ready code
/* CSS */
color: #955152;
background-color: #955152;
/* Tailwind (arbitrary) */
class="text-[#955152] bg-[#955152]"
/* SCSS */
$brand: #955152;
/* SwiftUI */
Color(red: 0.584, green: 0.318, blue: 0.322)
/* Android */
Color.parseColor("#955152")Accessibility — WCAG contrast
Aa
#955152 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#955152 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green31.8%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta45.6%
Yellow45.0%
Key (black)41.6%
Color previews
#955152 text on a black background
contrast 3.58:1
Card sample
#955152 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #955152;
Background color
Panel with #955152 background
background-color: #955152;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #955152;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 81, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 81, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #955152; background: linear-gradient(135deg, #955152, #957D51);