Royal Blue
#5F24F5
PurpleColor Codes
All color formats for development
HEX
#5F24F5RGB
rgb(95, 36, 245)HSL
hsl(257, 91%, 55%)OKLCH
oklch(0.502 0.273 283.4)CMYK
cmyk(61%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C0BF1
2#440AD6
3#3B09BC
4#3308A1
5#2A0686
6#22056B
7#190450
8#110336
9#08011B
Tints
Lighter variations
1#6F3AF6
2#7F50F7
3#8F66F8
4#9F7BF9
5#AF91FA
6#BFA7FB
7#CFBDFC
8#DFD3FD
9#EFE9FE
Tones
Muted variations
1#642EEA
2#6839E0
3#6D43D5
4#714ECB
5#7658C0
6#7A62B6
7#7F6DAC
8#8377A1
9#888297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C0 #D1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8F #AD8FFA | BordersInactive statesPlaceholder text |
| 400 | 8355 #8355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5F24 #5F24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 440A #440AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3608 #3608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2706 #27067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044E | 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: #E6DDFD;
--royal-blue-200: #D1C0FC;
--royal-blue-300: #AD8FFA;
--royal-blue-400: #8355F7;
--royal-blue-500: #5F24F5;
--royal-blue-600: #440AD6;
--royal-blue-700: #3608AA;
--royal-blue-800: #27067A;
--royal-blue-900: #19044E;
--royal-blue-950: #0F0231;
}