#ce7288
a balanced, vivid red · warm · closest name: salmon
RGB
206, 114, 136
HSL
346°, 48%, 63%
CMYK
0, 45, 34, 19
Luminance
0.2693
Every format
| HEX | #ce7288 |
| RGB | rgb(206, 114, 136) |
| HSL | hsl(346, 48%, 63%) |
| CMYK | cmyk(0%, 45%, 34%, 19%) |
| LAB | lab(58.9 38.6 4.2) |
| LCH | lch(58.9 38.8 6.1) |
| OKLCH | oklch(0.661 0.118 5.5) |
Copy-ready code
/* CSS */
color: #ce7288;
background-color: #ce7288;
/* Tailwind (arbitrary) */
class="text-[#ce7288] bg-[#ce7288]"
/* SCSS */
$brand: #ce7288;
/* SwiftUI */
Color(red: 0.808, green: 0.447, blue: 0.533)
/* Android */
Color.parseColor("#ce7288")Accessibility — WCAG contrast
Aa
#ce7288 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7288 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.7%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow34.0%
Key (black)19.2%
Color previews
#ce7288 text on a black background
contrast 6.39:1
Card sample
#ce7288 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7288;
Background color
Panel with #ce7288 background
background-color: #ce7288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 114, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 114, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7288; background: linear-gradient(135deg, #ce7288, #CE9972);