#ce263f
a balanced, vivid red · warm · closest name: crimson
RGB
206, 38, 63
HSL
351°, 69%, 48%
CMYK
0, 82, 69, 19
Luminance
0.1487
Every format
| HEX | #ce263f |
| RGB | rgb(206, 38, 63) |
| HSL | hsl(351, 69%, 48%) |
| CMYK | cmyk(0%, 82%, 69%, 19%) |
| LAB | lab(45.5 64.0 29.2) |
| LCH | lch(45.5 70.3 24.6) |
| OKLCH | oklch(0.555 0.201 19.8) |
Copy-ready code
/* CSS */
color: #ce263f;
background-color: #ce263f;
/* Tailwind (arbitrary) */
class="text-[#ce263f] bg-[#ce263f]"
/* SCSS */
$brand: #ce263f;
/* SwiftUI */
Color(red: 0.808, green: 0.149, blue: 0.247)
/* Android */
Color.parseColor("#ce263f")Accessibility — WCAG contrast
Aa
#ce263f on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce263f on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green14.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow69.4%
Key (black)19.2%
Color previews
#ce263f text on a black background
contrast 3.97:1
Card sample
#ce263f text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce263f;
Background color
Panel with #ce263f background
background-color: #ce263f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce263f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 38, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 38, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce263f; background: linear-gradient(135deg, #ce263f, #CE7D26);