Royal Blue
#5A33E6
BlueColor Codes
All color formats for development
HEX
#5A33E6RGB
rgb(90, 51, 230)HSL
hsl(253, 78%, 55%)OKLCH
oklch(0.496 0.247 282.6)CMYK
cmyk(61%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#461CE1
2#3F19C8
3#3716AF
4#2F1396
5#270F7D
6#1F0C64
7#17094B
8#100632
9#080319
Tints
Lighter variations
1#6A47E8
2#7B5CEB
3#8B70ED
4#9C84F0
5#AC99F2
6#BDADF5
7#CDC2F7
8#DED6FA
9#EEEBFC
Tones
Muted variations
1#5F3CDD
2#6445D4
3#694ECB
4#6E57C2
5#735FB9
6#7868B0
7#7D71A7
8#827A9E
9#878395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC4 #CFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA97 #AA97F2 | BordersInactive statesPlaceholder text |
| 400 | 7E60 #7E60EB | Disabled statesSecondary iconsMuted text |
| 500 | 5A33 #5A33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F19 #3F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3214 #32149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240E #240E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1709 #170949 | Primary textHigh emphasis contentDark headings |
| 950 | 0E06 #0E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E5DFFB;
--royal-blue-200: #CFC4F8;
--royal-blue-300: #AA97F2;
--royal-blue-400: #7E60EB;
--royal-blue-500: #5A33E6;
--royal-blue-600: #3F19C8;
--royal-blue-700: #32149F;
--royal-blue-800: #240E71;
--royal-blue-900: #170949;
--royal-blue-950: #0E062D;
}