Royal Blue
#8E55F6
PurpleColor Codes
All color formats for development
HEX
#8E55F6RGB
rgb(142, 85, 246)HSL
hsl(261, 90%, 65%)OKLCH
oklch(0.599 0.228 294.8)CMYK
cmyk(42%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7936F4
2#6416F3
3#550CDC
4#490ABD
5#3C089D
6#30077E
7#24055E
8#18033F
9#0C021F
Tints
Lighter variations
1#9966F7
2#A477F8
3#B088F9
4#BB99FA
5#C6AAFB
6#D2BBFB
7#DDCCFC
8#E8DDFD
9#F4EEFE
Tones
Muted variations
1#905DEE
2#9265E6
3#956EDE
4#9776D6
5#9A7ECE
6#9C86C6
7#9F8EBE
8#A196B6
9#A39EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C0 #D5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B590 #B590F9 | BordersInactive statesPlaceholder text |
| 400 | 8E55 #8E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 6D25 #6D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 520B #520BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4109 #4109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F06 #2F0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E04 #1E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1303 #130330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E8DDFD;
--royal-blue-200: #D5C0FC;
--royal-blue-300: #B590F9;
--royal-blue-400: #8E55F6;
--royal-blue-500: #6D25F4;
--royal-blue-600: #520BD5;
--royal-blue-700: #4109AA;
--royal-blue-800: #2F0679;
--royal-blue-900: #1E044E;
--royal-blue-950: #130330;
}