#ff233c
a balanced, electric red · warm · closest name: crimson
RGB
255, 35, 60
HSL
353°, 100%, 57%
CMYK
0, 86, 77, 0
Luminance
0.2279
Every format
| HEX | #ff233c |
| RGB | rgb(255, 35, 60) |
| HSL | hsl(353, 100%, 57%) |
| CMYK | cmyk(0%, 86%, 77%, 0%) |
| LAB | lab(54.9 77.4 44.3) |
| LCH | lch(54.9 89.2 29.8) |
| OKLCH | oklch(0.641 0.245 23.4) |
Copy-ready code
/* CSS */
color: #ff233c;
background-color: #ff233c;
/* Tailwind (arbitrary) */
class="text-[#ff233c] bg-[#ff233c]"
/* SCSS */
$brand: #ff233c;
/* SwiftUI */
Color(red: 1.000, green: 0.137, blue: 0.235)
/* Android */
Color.parseColor("#ff233c")Accessibility — WCAG contrast
Aa
#ff233c on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff233c on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green13.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow76.5%
Key (black)0.0%
Color previews
#ff233c text on a black background
contrast 5.56:1
Card sample
#ff233c text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff233c;
Background color
Panel with #ff233c background
background-color: #ff233c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff233c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 35, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 35, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff233c; background: linear-gradient(135deg, #ff233c, #FF9D23);