Royal Blue
#5E2FE9
PurpleColor Codes
All color formats for development
HEX
#5E2FE9RGB
rgb(94, 47, 233)HSL
hsl(255, 81%, 55%)OKLCH
oklch(0.498 0.253 283.9)CMYK
cmyk(60%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B18E4
2#4315CB
3#3A13B2
4#321098
5#2A0D7F
6#210B66
7#19084C
8#110533
9#080319
Tints
Lighter variations
1#6E44EB
2#7E59EE
3#8E6EF0
4#9E82F2
5#AE97F4
6#BFACF6
7#CFC1F8
8#DFD5FB
9#EFEAFD
Tones
Muted variations
1#6239E0
2#6742D7
3#6C4BCD
4#7054C4
5#755EBB
6#7A67B1
7#7E70A8
8#837A9F
9#888396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C3 #D0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD95 #AD95F4 | BordersInactive statesPlaceholder text |
| 400 | 825D #825DEE | Disabled statesSecondary iconsMuted text |
| 500 | 5E2F #5E2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4315 #4315CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3511 #3511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260C #260C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1808 #18084A | 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: #F4F1FE;
--royal-blue-100: #E6DFFC;
--royal-blue-200: #D0C3F9;
--royal-blue-300: #AD95F4;
--royal-blue-400: #825DEE;
--royal-blue-500: #5E2FE9;
--royal-blue-600: #4315CB;
--royal-blue-700: #3511A2;
--royal-blue-800: #260C73;
--royal-blue-900: #18084A;
--royal-blue-950: #0F052E;
}