Royal Blue
#8030E8
PurpleColor Codes
All color formats for development
HEX
#8030E8RGB
rgb(128, 48, 232)HSL
hsl(266, 80%, 55%)OKLCH
oklch(0.532 0.251 296.2)CMYK
cmyk(45%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7119E3
2#6416CA
3#5814B1
4#4B1197
5#3F0E7E
6#320B65
7#26084C
8#190632
9#0D0319
Tints
Lighter variations
1#8D45EA
2#995AED
3#A66EEF
4#B383F1
5#C098F4
6#CCACF6
7#D9C1F8
8#E6D6FA
9#F2EAFD
Tones
Muted variations
1#813ADF
2#8243D6
3#844CCD
4#8555C3
5#865EBA
6#8768B1
7#8971A8
8#8A7A9F
9#8B8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC3 #DAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE95 #BE95F3 | BordersInactive statesPlaceholder text |
| 400 | 9C5E #9C5EED | Disabled statesSecondary iconsMuted text |
| 500 | 8030 #8030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6416 #6416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5012 #5012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390D #390D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2408 #240849 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FD;
--royal-blue-100: #EBDFFB;
--royal-blue-200: #DAC3F8;
--royal-blue-300: #BE95F3;
--royal-blue-400: #9C5EED;
--royal-blue-500: #8030E8;
--royal-blue-600: #6416CA;
--royal-blue-700: #5012A1;
--royal-blue-800: #390D73;
--royal-blue-900: #240849;
--royal-blue-950: #17052E;
}