#5800FF color codes
- HEX
- #5800FF
- HEX8
- #5800FFFF
- HEX8 (Android)
- #FF5800FF
- RGB
- rgb(88, 0, 255)
- RGB (%)
- 35%, 0%, 100%
- HSL
- hsl(261, 100%, 50%)
- HSV / HSB
- hsv(261, 100%, 100%)
- CMYK
- cmyk(65%, 100%, 0%, 0%)
- OKLCH
- oklch(0.4914 0.2954 280.87)
- OKLCH (%)
- oklch(49.14% 0.2954 280.87)
- Decimal
- 5767423
What color is #5800FF?
#5800FF sits at 49% lightness and 0.2954 chroma in OKLCH, hue 280.87°. Its nearest named color is Blue.
Shades and tints of #5800FF
Tints
Shades
Tones
#5800FF color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #5800FF in CSS
.text { color: #5800FF; }
.background { background-color: #5800FF; }
.border { border: 2px solid #5800FF; }
/* Modern, perceptually uniform */
.text { color: oklch(0.4914 0.2954 280.87); }
/* #5800FF at 50% transparency */
.overlay { background-color: #5800FF80; }Is #5800FF accessible?
#5800FF on white text scores 7.35:1; on black text it scores 2.86:1. White text passes WCAG AAA on #5800FF. Recommended text color on a #5800FF background: white.
A 2.86:1 vs black
A 7.35:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: white
CSS
contrast-color() contrast-color(#5800FF) → white APCA Lc experimental 87.7 Lc · body text (white text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: Purple #800080. See more in the purple family on the colors hub.
Frequently asked questions
- What color is #5800FF?
- #5800FF is closest to Blue. In RGB it is rgb(88, 0, 255), and in HSL hsl(261, 100%, 50%).
- What is #5800FF in RGB?
- #5800FF converts to rgb(88, 0, 255) — red 88, green 0, blue 255.
- What text color is readable on #5800FF?
- White text — it has the higher contrast ratio (7.35:1) against #5800FF. White text passes WCAG AAA on #5800FF.