#ba233f
a dark, vivid red · warm · closest name: firebrick
RGB
186, 35, 63
HSL
349°, 68%, 43%
CMYK
0, 81, 66, 27
Luminance
0.1200
Every format
| HEX | #ba233f |
| RGB | rgb(186, 35, 63) |
| HSL | hsl(349, 68%, 43%) |
| CMYK | cmyk(0%, 81%, 66%, 27%) |
| LAB | lab(41.2 59.2 23.1) |
| LCH | lch(41.2 63.5 21.3) |
| OKLCH | oklch(0.516 0.184 17.3) |
Copy-ready code
/* CSS */
color: #ba233f;
background-color: #ba233f;
/* Tailwind (arbitrary) */
class="text-[#ba233f] bg-[#ba233f]"
/* SCSS */
$brand: #ba233f;
/* SwiftUI */
Color(red: 0.729, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#ba233f")Accessibility — WCAG contrast
Aa
#ba233f on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba233f on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow66.1%
Key (black)27.1%
Color previews
#ba233f text on a black background
contrast 3.40:1
Card sample
#ba233f text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba233f;
Background color
Panel with #ba233f background
background-color: #ba233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba233f; background: linear-gradient(135deg, #ba233f, #BA6C23);