Royal Blue
#8D55F7
PurpleColor Codes
All color formats for development
HEX
#8D55F7RGB
rgb(141, 85, 247)HSL
hsl(261, 91%, 65%)OKLCH
oklch(0.599 0.229 294.3)CMYK
cmyk(43%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7835F5
2#6315F4
3#540ADE
4#4809BE
5#3C079E
6#30067F
7#24045F
8#18033F
9#0C0120
Tints
Lighter variations
1#9966F8
2#A477F9
3#AF88F9
4#BB99FA
5#C6AAFB
6#D2BBFC
7#DDCCFD
8#E8DDFD
9#F4EEFE
Tones
Muted variations
1#905DEF
2#9265E7
3#956DDF
4#9775D6
5#9A7DCE
6#9C85C6
7#9E8DBE
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 | B48F #B48FFA | BordersInactive statesPlaceholder text |
| 400 | 8D55 #8D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6D24 #6D24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 520A #520AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4108 #4108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E06 #2E067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E04 #1E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | 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: #B48FFA;
--royal-blue-400: #8D55F7;
--royal-blue-500: #6D24F5;
--royal-blue-600: #520AD6;
--royal-blue-700: #4108AA;
--royal-blue-800: #2E067A;
--royal-blue-900: #1E044E;
--royal-blue-950: #130231;
}