#ce613d
a balanced, vivid red · warm · closest name: coral
RGB
206, 97, 61
HSL
15°, 60%, 52%
CMYK
0, 53, 70, 19
Luminance
0.2201
Every format
| HEX | #ce613d |
| RGB | rgb(206, 97, 61) |
| HSL | hsl(15, 60%, 52%) |
| CMYK | cmyk(0%, 53%, 70%, 19%) |
| LAB | lab(54.0 40.7 40.4) |
| LCH | lch(54.0 57.4 44.8) |
| OKLCH | oklch(0.619 0.147 38.6) |
Copy-ready code
/* CSS */
color: #ce613d;
background-color: #ce613d;
/* Tailwind (arbitrary) */
class="text-[#ce613d] bg-[#ce613d]"
/* SCSS */
$brand: #ce613d;
/* SwiftUI */
Color(red: 0.808, green: 0.380, blue: 0.239)
/* Android */
Color.parseColor("#ce613d")Accessibility — WCAG contrast
Aa
#ce613d on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce613d on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green38.0%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow70.4%
Key (black)19.2%
Color previews
#ce613d text on a black background
contrast 5.40:1
Card sample
#ce613d text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce613d;
Background color
Panel with #ce613d background
background-color: #ce613d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce613d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 97, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 97, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce613d; background: linear-gradient(135deg, #ce613d, #CEC23D);