#db233f
a balanced, vivid red · warm · closest name: crimson
RGB
219, 35, 63
HSL
351°, 72%, 50%
CMYK
0, 84, 71, 14
Luminance
0.1662
Every format
| HEX | #db233f |
| RGB | rgb(219, 35, 63) |
| HSL | hsl(351, 72%, 50%) |
| CMYK | cmyk(0%, 84%, 71%, 14%) |
| LAB | lab(47.8 68.2 32.6) |
| LCH | lch(47.8 75.6 25.6) |
| OKLCH | oklch(0.577 0.214 20.5) |
Copy-ready code
/* CSS */
color: #db233f;
background-color: #db233f;
/* Tailwind (arbitrary) */
class="text-[#db233f] bg-[#db233f]"
/* SCSS */
$brand: #db233f;
/* SwiftUI */
Color(red: 0.859, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#db233f")Accessibility — WCAG contrast
Aa
#db233f on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db233f on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta84.0%
Yellow71.2%
Key (black)14.1%
Color previews
#db233f text on a black background
contrast 4.32:1
Card sample
#db233f text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db233f;
Background color
Panel with #db233f background
background-color: #db233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db233f; background: linear-gradient(135deg, #db233f, #DB8223);