#ce5145
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 81, 69
HSL
5°, 58%, 54%
CMYK
0, 61, 67, 19
Luminance
0.1944
Every format
| HEX | #ce5145 |
| RGB | rgb(206, 81, 69) |
| HSL | hsl(5, 58%, 54%) |
| CMYK | cmyk(0%, 61%, 67%, 19%) |
| LAB | lab(51.2 48.8 32.7) |
| LCH | lch(51.2 58.7 33.8) |
| OKLCH | oklch(0.598 0.161 28.3) |
Copy-ready code
/* CSS */
color: #ce5145;
background-color: #ce5145;
/* Tailwind (arbitrary) */
class="text-[#ce5145] bg-[#ce5145]"
/* SCSS */
$brand: #ce5145;
/* SwiftUI */
Color(red: 0.808, green: 0.318, blue: 0.271)
/* Android */
Color.parseColor("#ce5145")Accessibility — WCAG contrast
Aa
#ce5145 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5145 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.8%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow66.5%
Key (black)19.2%
Color previews
#ce5145 text on a black background
contrast 4.89:1
Card sample
#ce5145 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5145;
Background color
Panel with #ce5145 background
background-color: #ce5145;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5145;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 81, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 81, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5145; background: linear-gradient(135deg, #ce5145, #CEAC45);