#ff466c
a balanced, electric red · warm · closest name: crimson
RGB
255, 70, 108
HSL
348°, 100%, 64%
CMYK
0, 73, 58, 0
Luminance
0.2672
Every format
| HEX | #ff466c |
| RGB | rgb(255, 70, 108) |
| HSL | hsl(348, 100%, 64%) |
| CMYK | cmyk(0%, 73%, 58%, 0%) |
| LAB | lab(58.7 70.9 21.3) |
| LCH | lch(58.7 74.0 16.7) |
| OKLCH | oklch(0.672 0.220 13.9) |
Copy-ready code
/* CSS */
color: #ff466c;
background-color: #ff466c;
/* Tailwind (arbitrary) */
class="text-[#ff466c] bg-[#ff466c]"
/* SCSS */
$brand: #ff466c;
/* SwiftUI */
Color(red: 1.000, green: 0.275, blue: 0.424)
/* Android */
Color.parseColor("#ff466c")Accessibility — WCAG contrast
Aa
#ff466c on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff466c on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green27.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow57.6%
Key (black)0.0%
Color previews
#ff466c text on a black background
contrast 6.34:1
Card sample
#ff466c text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff466c;
Background color
Panel with #ff466c background
background-color: #ff466c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff466c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 70, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 70, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff466c; background: linear-gradient(135deg, #ff466c, #FF9B46);