#ff232c
a balanced, electric red · warm · closest name: red
RGB
255, 35, 44
HSL
358°, 100%, 57%
CMYK
0, 86, 83, 0
Luminance
0.2264
Every format
| HEX | #ff232c |
| RGB | rgb(255, 35, 44) |
| HSL | hsl(358, 100%, 57%) |
| CMYK | cmyk(0%, 86%, 83%, 0%) |
| LAB | lab(54.7 77.0 52.6) |
| LCH | lch(54.7 93.2 34.4) |
| OKLCH | oklch(0.639 0.246 26.6) |
Copy-ready code
/* CSS */
color: #ff232c;
background-color: #ff232c;
/* Tailwind (arbitrary) */
class="text-[#ff232c] bg-[#ff232c]"
/* SCSS */
$brand: #ff232c;
/* SwiftUI */
Color(red: 1.000, green: 0.137, blue: 0.173)
/* Android */
Color.parseColor("#ff232c")Accessibility — WCAG contrast
Aa
#ff232c on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff232c on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green13.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow82.7%
Key (black)0.0%
Color previews
#ff232c text on a black background
contrast 5.53:1
Card sample
#ff232c text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff232c;
Background color
Panel with #ff232c background
background-color: #ff232c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff232c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 35, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 35, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff232c; background: linear-gradient(135deg, #ff232c, #FFAD23);