Royal Blue
#7D30E8
PurpleColor Codes
All color formats for development
HEX
#7D30E8RGB
rgb(125, 48, 232)HSL
hsl(265, 80%, 55%)OKLCH
oklch(0.528 0.25 295.1)CMYK
cmyk(46%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D19E3
2#6116CA
3#5514B1
4#491197
5#3D0E7E
6#310B65
7#24084C
8#180632
9#0C0319
Tints
Lighter variations
1#8A45EA
2#975AED
3#A46EEF
4#B183F1
5#BE98F4
6#CBACF6
7#D8C1F8
8#E5D6FA
9#F2EAFD
Tones
Muted variations
1#7E3ADF
2#8043D6
3#824CCD
4#8355C3
5#855EBA
6#8668B1
7#8871A8
8#897A9F
9#8B8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD95 #BD95F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5E #9A5EED | Disabled statesSecondary iconsMuted text |
| 500 | 7D30 #7D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6116 #6116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D12 #4D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2308 #230849 | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FD;
--royal-blue-100: #EBDFFB;
--royal-blue-200: #D9C3F8;
--royal-blue-300: #BD95F3;
--royal-blue-400: #9A5EED;
--royal-blue-500: #7D30E8;
--royal-blue-600: #6116CA;
--royal-blue-700: #4D12A1;
--royal-blue-800: #370D73;
--royal-blue-900: #230849;
--royal-blue-950: #16052E;
}