#cb4154
a balanced, vivid red · warm · closest name: firebrick
RGB
203, 65, 84
HSL
352°, 57%, 53%
CMYK
0, 68, 59, 20
Luminance
0.1712
Every format
| HEX | #cb4154 |
| RGB | rgb(203, 65, 84) |
| HSL | hsl(352, 57%, 53%) |
| CMYK | cmyk(0%, 68%, 59%, 20%) |
| LAB | lab(48.4 55.5 20.2) |
| LCH | lch(48.4 59.1 20.0) |
| OKLCH | oklch(0.577 0.173 16.6) |
Copy-ready code
/* CSS */
color: #cb4154;
background-color: #cb4154;
/* Tailwind (arbitrary) */
class="text-[#cb4154] bg-[#cb4154]"
/* SCSS */
$brand: #cb4154;
/* SwiftUI */
Color(red: 0.796, green: 0.255, blue: 0.329)
/* Android */
Color.parseColor("#cb4154")Accessibility — WCAG contrast
Aa
#cb4154 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb4154 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green25.5%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow58.6%
Key (black)20.4%
Color previews
#cb4154 text on a black background
contrast 4.42:1
Card sample
#cb4154 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4154;
Background color
Panel with #cb4154 background
background-color: #cb4154;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4154;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 65, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 65, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4154; background: linear-gradient(135deg, #cb4154, #CB8A41);