#ce6145
a balanced, vivid red · warm · closest name: salmon
RGB
206, 97, 69
HSL
12°, 58%, 54%
CMYK
0, 53, 67, 19
Luminance
0.2210
Every format
| HEX | #ce6145 |
| RGB | rgb(206, 97, 69) |
| HSL | hsl(12, 58%, 54%) |
| CMYK | cmyk(0%, 53%, 67%, 19%) |
| LAB | lab(54.1 41.1 36.2) |
| LCH | lch(54.1 54.8 41.4) |
| OKLCH | oklch(0.620 0.145 35.5) |
Copy-ready code
/* CSS */
color: #ce6145;
background-color: #ce6145;
/* Tailwind (arbitrary) */
class="text-[#ce6145] bg-[#ce6145]"
/* SCSS */
$brand: #ce6145;
/* SwiftUI */
Color(red: 0.808, green: 0.380, blue: 0.271)
/* Android */
Color.parseColor("#ce6145")Accessibility — WCAG contrast
Aa
#ce6145 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6145 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green38.0%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow66.5%
Key (black)19.2%
Color previews
#ce6145 text on a black background
contrast 5.42:1
Card sample
#ce6145 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6145;
Background color
Panel with #ce6145 background
background-color: #ce6145;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6145;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 97, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 97, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6145; background: linear-gradient(135deg, #ce6145, #CEBC45);