#ce5f4f
a balanced, vivid red · warm · closest name: salmon
RGB
206, 95, 79
HSL
8°, 56%, 56%
CMYK
0, 54, 62, 19
Luminance
0.2187
Every format
| HEX | #ce5f4f |
| RGB | rgb(206, 95, 79) |
| HSL | hsl(8, 56%, 56%) |
| CMYK | cmyk(0%, 54%, 62%, 19%) |
| LAB | lab(53.9 42.8 30.3) |
| LCH | lch(53.9 52.4 35.3) |
| OKLCH | oklch(0.619 0.144 30.1) |
Copy-ready code
/* CSS */
color: #ce5f4f;
background-color: #ce5f4f;
/* Tailwind (arbitrary) */
class="text-[#ce5f4f] bg-[#ce5f4f]"
/* SCSS */
$brand: #ce5f4f;
/* SwiftUI */
Color(red: 0.808, green: 0.373, blue: 0.310)
/* Android */
Color.parseColor("#ce5f4f")Accessibility — WCAG contrast
Aa
#ce5f4f on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5f4f on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green37.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow61.7%
Key (black)19.2%
Color previews
#ce5f4f text on a black background
contrast 5.37:1
Card sample
#ce5f4f text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5f4f;
Background color
Panel with #ce5f4f background
background-color: #ce5f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 95, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 95, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5f4f; background: linear-gradient(135deg, #ce5f4f, #CEB44F);