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