Royal Blue
#8A5AF2
PurpleColor Codes
All color formats for development
HEX
#8A5AF2RGB
rgb(138, 90, 242)HSL
hsl(259, 85%, 65%)OKLCH
oklch(0.599 0.217 293.3)CMYK
cmyk(43%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#743BEF
2#5E1DED
3#5011D7
4#440FB8
5#390C99
6#2E0A7B
7#22075C
8#17053D
9#0B021F
Tints
Lighter variations
1#966AF3
2#A17BF4
3#AD8BF6
4#B99CF7
5#C4ACF8
6#D0BDFA
7#DCCDFB
8#E8DEFC
9#F3EEFE
Tones
Muted variations
1#8D61EA
2#8F69E2
3#9271DB
4#9578D3
5#9880CC
6#9B87C4
7#9D8FBD
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 | B292 #B292F6 | BordersInactive statesPlaceholder text |
| 400 | 8A5A #8A5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 682B #682BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D11 #4D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D0D #3D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0A #2C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C06 #1C064B | 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: #B292F6;
--royal-blue-400: #8A5AF2;
--royal-blue-500: #682BEE;
--royal-blue-600: #4D11D0;
--royal-blue-700: #3D0DA5;
--royal-blue-800: #2C0A76;
--royal-blue-900: #1C064B;
--royal-blue-950: #12042F;
}