#cd360f
a dark, electric red · warm · closest name: tomato
RGB
205, 54, 15
HSL
12°, 86%, 43%
CMYK
0, 74, 93, 20
Luminance
0.1565
Every format
| HEX | #cd360f |
| RGB | rgb(205, 54, 15) |
| HSL | hsl(12, 86%, 43%) |
| CMYK | cmyk(0%, 74%, 93%, 20%) |
| LAB | lab(46.5 57.5 54.4) |
| LCH | lch(46.5 79.2 43.4) |
| OKLCH | oklch(0.561 0.193 34.1) |
Copy-ready code
/* CSS */
color: #cd360f;
background-color: #cd360f;
/* Tailwind (arbitrary) */
class="text-[#cd360f] bg-[#cd360f]"
/* SCSS */
$brand: #cd360f;
/* SwiftUI */
Color(red: 0.804, green: 0.212, blue: 0.059)
/* Android */
Color.parseColor("#cd360f")Accessibility — WCAG contrast
Aa
#cd360f on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd360f on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green21.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow92.7%
Key (black)19.6%
Color previews
#cd360f text on a black background
contrast 4.13:1
Card sample
#cd360f text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd360f;
Background color
Panel with #cd360f background
background-color: #cd360f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd360f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 54, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 54, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd360f; background: linear-gradient(135deg, #cd360f, #CDB40F);