#FF5722
Material deeporange 500
#FF5722 is a red colour. In RGB it is 255 red, 87 green and 34 blue, which converts to a hue of 14 degrees, 100% saturation and 57% lightness. It is Material deeporange 500 in that design system's palette.
Color values
| HEX | #FF5722 |
|---|---|
| RGB | rgb(255, 87, 34) |
| HSL | hsl(14, 100%, 57%) |
| HSV | hsv(14, 87%, 100%) |
| CMYK | cmyk(0%, 66%, 87%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 3.16:1, and against black it is 6.64:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 3.16:1 | Fail | AA |
| Black | 6.64:1 | AA | AAA |
Tints and shades
Lighter tints move #FF5722 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FF5722; |
|---|---|
| CSS rgb() | color: rgb(255 87 34); |
| Tailwind | bg-[#ff5722] |
| SwiftUI | Color(red: 1.000, green: 0.341, blue: 0.133) |
| Android | Color.parseColor("#FF5722") |
Closest named color
The nearest CSS colour keyword to #FF5722 is tomato (#FF6347).