Royal Blue
#8A60EB
PurpleColor Codes
All color formats for development
HEX
#8A60EBRGB
rgb(138, 96, 235)HSL
hsl(258, 78%, 65%)OKLCH
oklch(0.603 0.201 293.4)CMYK
cmyk(41%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7443E8
2#5E25E4
3#501ACF
4#4416B1
5#391294
6#2E0F76
7#220B59
8#17073B
9#0B041E
Tints
Lighter variations
1#9670ED
2#A180EF
3#AD90F1
4#B9A0F3
5#C4B0F5
6#D0BFF7
7#DCCFF9
8#E8DFFB
9#F3EFFD
Tones
Muted variations
1#8D67E4
2#8F6EDD
3#9275D6
4#957CD0
5#9883C9
6#9B8AC2
7#9D91BB
8#A098B4
9#A39FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B297 #B297F2 | BordersInactive statesPlaceholder text |
| 400 | 8A60 #8A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6833 #6833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D19 #4D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D14 #3D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0E #2C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C09 #1C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E8DFFB;
--royal-blue-200: #D4C4F8;
--royal-blue-300: #B297F2;
--royal-blue-400: #8A60EB;
--royal-blue-500: #6833E6;
--royal-blue-600: #4D19C8;
--royal-blue-700: #3D149F;
--royal-blue-800: #2C0E71;
--royal-blue-900: #1C0949;
--royal-blue-950: #12062D;
}