Royal Blue
#8A61EA
PurpleColor Codes
All color formats for development
HEX
#8A61EARGB
rgb(138, 97, 234)HSL
hsl(258, 77%, 65%)OKLCH
oklch(0.604 0.198 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#7544E7
2#5F26E3
3#501BCD
4#4517B0
5#391393
6#2E0F75
7#220B58
8#17083B
9#0B041D
Tints
Lighter variations
1#9671ED
2#A281EF
3#AD90F1
4#B9A0F3
5#C5B0F5
6#D0C0F7
7#DCD0F9
8#E8DFFB
9#F3EFFD
Tones
Muted variations
1#8D68E4
2#906FDD
3#9376D6
4#957DCF
5#9883C8
6#9B8AC1
7#9E91BA
8#A098B3
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 #D4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B297 #B297F2 | BordersInactive statesPlaceholder text |
| 400 | 8A61 #8A61EA | Disabled statesSecondary iconsMuted text |
| 500 | 6934 #6934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E1A #4E1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E15 #3E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0F #2C0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C09 #1C0948 | 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: #D4C4F7;
--royal-blue-300: #B297F2;
--royal-blue-400: #8A61EA;
--royal-blue-500: #6934E5;
--royal-blue-600: #4E1AC7;
--royal-blue-700: #3E159E;
--royal-blue-800: #2C0F71;
--royal-blue-900: #1C0948;
--royal-blue-950: #12062D;
}