Royal Blue
#7A30E8
PurpleColor Codes
All color formats for development
HEX
#7A30E8RGB
rgb(122, 48, 232)HSL
hsl(264, 80%, 55%)OKLCH
oklch(0.525 0.25 294)CMYK
cmyk(47%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A19E3
2#5E16CA
3#5214B1
4#471197
5#3B0E7E
6#2F0B65
7#23084C
8#180632
9#0C0319
Tints
Lighter variations
1#8745EA
2#955AED
3#A26EEF
4#AF83F1
5#BC98F4
6#CAACF6
7#D7C1F8
8#E4D6FA
9#F2EAFD
Tones
Muted variations
1#7C3ADF
2#7E43D6
3#7F4CCD
4#8155C3
5#835EBA
6#8568B1
7#8771A8
8#897A9F
9#8A8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB95 #BB95F3 | BordersInactive statesPlaceholder text |
| 400 | 975E #975EED | Disabled statesSecondary iconsMuted text |
| 500 | 7A30 #7A30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E16 #5E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B12 #4B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360D #360D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2208 #220849 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FD;
--royal-blue-100: #EADFFB;
--royal-blue-200: #D9C3F8;
--royal-blue-300: #BB95F3;
--royal-blue-400: #975EED;
--royal-blue-500: #7A30E8;
--royal-blue-600: #5E16CA;
--royal-blue-700: #4B12A1;
--royal-blue-800: #360D73;
--royal-blue-900: #220849;
--royal-blue-950: #15052E;
}