#ff6d5f
a light, electric red · warm · closest name: tomato
RGB
255, 109, 95
HSL
5°, 100%, 69%
CMYK
0, 57, 63, 0
Luminance
0.3302
Every format
| HEX | #ff6d5f |
| RGB | rgb(255, 109, 95) |
| HSL | hsl(5, 100%, 69%) |
| CMYK | cmyk(0%, 57%, 63%, 0%) |
| LAB | lab(64.2 54.7 35.8) |
| LCH | lch(64.2 65.4 33.2) |
| OKLCH | oklch(0.712 0.181 28.0) |
Copy-ready code
/* CSS */
color: #ff6d5f;
background-color: #ff6d5f;
/* Tailwind (arbitrary) */
class="text-[#ff6d5f] bg-[#ff6d5f]"
/* SCSS */
$brand: #ff6d5f;
/* SwiftUI */
Color(red: 1.000, green: 0.427, blue: 0.373)
/* Android */
Color.parseColor("#ff6d5f")Accessibility — WCAG contrast
Aa
#ff6d5f on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6d5f on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta57.3%
Yellow62.7%
Key (black)0.0%
Color previews
#ff6d5f text on a black background
contrast 7.60:1
Card sample
#ff6d5f text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6d5f;
Background color
Panel with #ff6d5f background
background-color: #ff6d5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6d5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 109, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 109, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6d5f; background: linear-gradient(135deg, #ff6d5f, #FFD75F);