#c65331
a balanced, vivid red · warm · closest name: firebrick
RGB
198, 83, 49
HSL
14°, 60%, 48%
CMYK
0, 58, 75, 22
Luminance
0.1841
Every format
| HEX | #c65331 |
| RGB | rgb(198, 83, 49) |
| HSL | hsl(14, 60%, 48%) |
| CMYK | cmyk(0%, 58%, 75%, 22%) |
| LAB | lab(50.0 44.0 42.0) |
| LCH | lch(50.0 60.8 43.7) |
| OKLCH | oklch(0.586 0.155 37.0) |
Copy-ready code
/* CSS */
color: #c65331;
background-color: #c65331;
/* Tailwind (arbitrary) */
class="text-[#c65331] bg-[#c65331]"
/* SCSS */
$brand: #c65331;
/* SwiftUI */
Color(red: 0.776, green: 0.325, blue: 0.192)
/* Android */
Color.parseColor("#c65331")Accessibility — WCAG contrast
Aa
#c65331 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65331 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green32.5%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow75.3%
Key (black)22.4%
Color previews
#c65331 text on a black background
contrast 4.68:1
Card sample
#c65331 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65331;
Background color
Panel with #c65331 background
background-color: #c65331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 83, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 83, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65331; background: linear-gradient(135deg, #c65331, #C6B631);