#FF835F
A light, vivid red closely aligning with Coral.
About #FF835F
Visually, #FF835F is defined as a vivid red. Its closest recognized web color is Coral. In the RGB color space, it consists of 255 red, 131 green, and 95 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 49% magenta, 63% yellow, and 0% black. The HSL representation is 13.5° hue, 100.0% saturation, and 68.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF835F
RGB255, 131, 95
HSL13.5°, 100.0%, 68.6%
CMYK0%, 49%, 63%, 0%
HSV13.5°, 62.7%, 100.0%
LAB68.3, 44.2, 40.8
XYZ51.4, 38.3, 15.5
Decimal16745311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.66:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF835F;
}
.text-color {
color: #FF835F;
}
.border-color {
border: 2px solid #FF835F;
}