Royal Blue
#5E22F7
PurpleColor Codes
All color formats for development
HEX
#5E22F7RGB
rgb(94, 34, 247)HSL
hsl(257, 93%, 55%)OKLCH
oklch(0.502 0.276 282.9)CMYK
cmyk(62%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B09F4
2#4308D9
3#3B07BD
4#3206A2
5#2A0587
6#21046C
7#190351
8#110236
9#08011B
Tints
Lighter variations
1#6E38F8
2#7E4EF9
3#8E64F9
4#9E7AFA
5#AF90FB
6#BFA6FC
7#CFBDFD
8#DFD3FD
9#EFE9FE
Tones
Muted variations
1#632CEC
2#6737E2
3#6C42D7
4#714CCC
5#7557C2
6#7A62B7
7#7E6CAC
8#8377A2
9#888297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BF #D0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFB | BordersInactive statesPlaceholder text |
| 400 | 8253 #8253F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E22 #5E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4308 #4308D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3506 #3506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2604 #26047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1803 #18034F | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E6DDFE;
--royal-blue-200: #D0BFFD;
--royal-blue-300: #AD8EFB;
--royal-blue-400: #8253F9;
--royal-blue-500: #5E22F7;
--royal-blue-600: #4308D9;
--royal-blue-700: #3506AC;
--royal-blue-800: #26047B;
--royal-blue-900: #18034F;
--royal-blue-950: #0F0231;
}