Royal Blue
#8A5BF1
PurpleColor Codes
All color formats for development
HEX
#8A5BF1RGB
rgb(138, 91, 241)HSL
hsl(259, 84%, 65%)OKLCH
oklch(0.6 0.214 293.3)CMYK
cmyk(43%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#753CEE
2#5F1EEB
3#5013D5
4#4510B7
5#390D98
6#2E0B7A
7#22085B
8#17053D
9#0B031E
Tints
Lighter variations
1#966BF2
2#A27CF4
3#AD8CF5
4#B99CF6
5#C5ADF8
6#D0BDF9
7#DCCEFB
8#E8DEFC
9#F3EFFE
Tones
Muted variations
1#8D62E9
2#906AE2
3#9371DA
4#9579D3
5#9880CB
6#9B88C4
7#9E8FBC
8#A097B5
9#A39EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B293 #B293F6 | BordersInactive statesPlaceholder text |
| 400 | 8A5B #8A5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 692C #692CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E12 #4E12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E0E #3E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0A #2C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C07 #1C074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E8DEFC;
--royal-blue-200: #D4C2FA;
--royal-blue-300: #B293F6;
--royal-blue-400: #8A5BF1;
--royal-blue-500: #692CED;
--royal-blue-600: #4E12CE;
--royal-blue-700: #3E0EA4;
--royal-blue-800: #2C0A75;
--royal-blue-900: #1C074B;
--royal-blue-950: #12042F;
}