Royal Blue
#8930E8
PurpleColor Codes
All color formats for development
HEX
#8930E8RGB
rgb(137, 48, 232)HSL
hsl(269, 80%, 55%)OKLCH
oklch(0.542 0.252 299.4)CMYK
cmyk(41%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B19E3
2#6D16CA
3#6014B1
4#521197
5#440E7E
6#370B65
7#29084C
8#1B0632
9#0E0319
Tints
Lighter variations
1#9545EA
2#A15AED
3#AD6EEF
4#B883F1
5#C498F4
6#D0ACF6
7#DCC1F8
8#E7D6FA
9#F3EAFD
Tones
Muted variations
1#893ADF
2#8A43D6
3#8A4CCD
4#8A55C3
5#8B5EBA
6#8B68B1
7#8B71A8
8#8C7A9F
9#8C8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC3 #DDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C395 #C395F3 | BordersInactive statesPlaceholder text |
| 400 | A35E #A35EED | Disabled statesSecondary iconsMuted text |
| 500 | 8930 #8930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D16 #6D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5712 #5712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0D #3E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2808 #280849 | Primary textHigh emphasis contentDark headings |
| 950 | 1905 #19052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FD;
--royal-blue-100: #EDDFFB;
--royal-blue-200: #DDC3F8;
--royal-blue-300: #C395F3;
--royal-blue-400: #A35EED;
--royal-blue-500: #8930E8;
--royal-blue-600: #6D16CA;
--royal-blue-700: #5712A1;
--royal-blue-800: #3E0D73;
--royal-blue-900: #280849;
--royal-blue-950: #19052E;
}