Royal Blue
#5D33E6
BlueColor Codes
All color formats for development
HEX
#5D33E6RGB
rgb(93, 51, 230)HSL
hsl(254, 78%, 55%)OKLCH
oklch(0.498 0.247 283.6)CMYK
cmyk(60%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A1CE1
2#4219C8
3#3916AF
4#311396
5#290F7D
6#210C64
7#19094B
8#100632
9#080319
Tints
Lighter variations
1#6D47E8
2#7D5CEB
3#8D70ED
4#9E84F0
5#AE99F2
6#BEADF5
7#CEC2F7
8#DFD6FA
9#EFEBFC
Tones
Muted variations
1#613CDD
2#6645D4
3#6B4ECB
4#7057C2
5#745FB9
6#7968B0
7#7E71A7
8#837A9E
9#878395
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 | D0C4 #D0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC97 #AC97F2 | BordersInactive statesPlaceholder text |
| 400 | 8160 #8160EB | Disabled statesSecondary iconsMuted text |
| 500 | 5D33 #5D33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4219 #4219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3414 #34149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250E #250E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1809 #180949 | Primary textHigh emphasis contentDark headings |
| 950 | 0F06 #0F062D | 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: #D0C4F8;
--royal-blue-300: #AC97F2;
--royal-blue-400: #8160EB;
--royal-blue-500: #5D33E6;
--royal-blue-600: #4219C8;
--royal-blue-700: #34149F;
--royal-blue-800: #250E71;
--royal-blue-900: #180949;
--royal-blue-950: #0F062D;
}