#c92243
a balanced, vivid red · warm · closest name: crimson
RGB
201, 34, 67
HSL
348°, 71%, 46%
CMYK
0, 83, 67, 21
Luminance
0.1397
Every format
| HEX | #c92243 |
| RGB | rgb(201, 34, 67) |
| HSL | hsl(348, 71%, 46%) |
| CMYK | cmyk(0%, 83%, 67%, 21%) |
| LAB | lab(44.2 63.8 25.0) |
| LCH | lch(44.2 68.5 21.4) |
| OKLCH | oklch(0.544 0.199 17.3) |
Copy-ready code
/* CSS */
color: #c92243;
background-color: #c92243;
/* Tailwind (arbitrary) */
class="text-[#c92243] bg-[#c92243]"
/* SCSS */
$brand: #c92243;
/* SwiftUI */
Color(red: 0.788, green: 0.133, blue: 0.263)
/* Android */
Color.parseColor("#c92243")Accessibility — WCAG contrast
Aa
#c92243 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c92243 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green13.3%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow66.7%
Key (black)21.2%
Color previews
#c92243 text on a black background
contrast 3.79:1
Card sample
#c92243 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c92243;
Background color
Panel with #c92243 background
background-color: #c92243;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c92243;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 34, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 34, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c92243; background: linear-gradient(135deg, #c92243, #C97022);