Royal Blue
#8B5DEE
PurpleColor Codes
All color formats for development
HEX
#8B5DEERGB
rgb(139, 93, 238)HSL
hsl(259, 81%, 65%)OKLCH
oklch(0.601 0.208 293.8)CMYK
cmyk(42%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#763FEB
2#6021E8
3#5216D2
4#4613B4
5#3A1096
6#2F0D78
7#23095A
8#17063C
9#0C031E
Tints
Lighter variations
1#976EF0
2#A27EF1
3#AE8EF3
4#BA9EF5
5#C5AEF7
6#D1BEF8
7#DCCFFA
8#E8DFFC
9#F3EFFD
Tones
Muted variations
1#8E65E7
2#916CE0
3#9373D8
4#967AD1
5#9882CA
6#9B89C3
7#9E90BB
8#A097B4
9#A39FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C3 #D4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B395 #B395F4 | BordersInactive statesPlaceholder text |
| 400 | 8B5D #8B5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 6A2F #6A2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F15 #4F15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F11 #3F11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D0C #2D0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D08 #1D084A | Primary textHigh emphasis contentDark headings |
| 950 | 1205 #12052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E8DFFC;
--royal-blue-200: #D4C3F9;
--royal-blue-300: #B395F4;
--royal-blue-400: #8B5DEE;
--royal-blue-500: #6A2FE9;
--royal-blue-600: #4F15CB;
--royal-blue-700: #3F11A2;
--royal-blue-800: #2D0C73;
--royal-blue-900: #1D084A;
--royal-blue-950: #12052E;
}