#ce555f
a balanced, vivid red · warm · closest name: salmon
RGB
206, 85, 95
HSL
355°, 55%, 57%
CMYK
0, 59, 54, 19
Luminance
0.2045
Every format
| HEX | #ce555f |
| RGB | rgb(206, 85, 95) |
| HSL | hsl(355, 55%, 57%) |
| CMYK | cmyk(0%, 59%, 54%, 19%) |
| LAB | lab(52.3 48.8 19.0) |
| LCH | lch(52.3 52.3 21.3) |
| OKLCH | oklch(0.608 0.153 17.9) |
Copy-ready code
/* CSS */
color: #ce555f;
background-color: #ce555f;
/* Tailwind (arbitrary) */
class="text-[#ce555f] bg-[#ce555f]"
/* SCSS */
$brand: #ce555f;
/* SwiftUI */
Color(red: 0.808, green: 0.333, blue: 0.373)
/* Android */
Color.parseColor("#ce555f")Accessibility — WCAG contrast
Aa
#ce555f on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce555f on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green33.3%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow53.9%
Key (black)19.2%
Color previews
#ce555f text on a black background
contrast 5.09:1
Card sample
#ce555f text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce555f;
Background color
Panel with #ce555f background
background-color: #ce555f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce555f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 85, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 85, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce555f; background: linear-gradient(135deg, #ce555f, #CE9C55);