Royal Blue
#5E30E8
PurpleColor Codes
All color formats for development
HEX
#5E30E8RGB
rgb(94, 48, 232)HSL
hsl(255, 80%, 55%)OKLCH
oklch(0.498 0.251 284)CMYK
cmyk(59%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C19E3
2#4316CA
3#3B14B1
4#321197
5#2A0E7E
6#220B65
7#19084C
8#110632
9#080319
Tints
Lighter variations
1#6E45EA
2#7E5AED
3#8F6EEF
4#9F83F1
5#AF98F4
6#BFACF6
7#CFC1F8
8#DFD6FA
9#EFEAFD
Tones
Muted variations
1#633ADF
2#6843D6
3#6C4CCD
4#7155C3
5#755EBA
6#7A68B1
7#7E71A8
8#837A9F
9#888395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD95 #AD95F3 | BordersInactive statesPlaceholder text |
| 400 | 825E #825EED | Disabled statesSecondary iconsMuted text |
| 500 | 5E30 #5E30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4316 #4316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3612 #3612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260D #260D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1808 #180849 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E6DFFB;
--royal-blue-200: #D1C3F8;
--royal-blue-300: #AD95F3;
--royal-blue-400: #825EED;
--royal-blue-500: #5E30E8;
--royal-blue-600: #4316CA;
--royal-blue-700: #3612A1;
--royal-blue-800: #260D73;
--royal-blue-900: #180849;
--royal-blue-950: #0F052E;
}