Royal Blue
#5C24F5
PurpleColor Codes
All color formats for development
HEX
#5C24F5RGB
rgb(92, 36, 245)HSL
hsl(256, 91%, 55%)OKLCH
oklch(0.499 0.273 282.4)CMYK
cmyk(62%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490BF1
2#410AD6
3#3809BC
4#3008A1
5#280686
6#20056B
7#180450
8#100336
9#08011B
Tints
Lighter variations
1#6C3AF6
2#7C50F7
3#8D66F8
4#9D7BF9
5#AD91FA
6#BEA7FB
7#CEBDFC
8#DED3FD
9#EFE9FE
Tones
Muted variations
1#602EEA
2#6539E0
3#6A43D5
4#6F4ECB
5#7458C0
6#7962B6
7#7E6DAC
8#8377A1
9#878297
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 | D0C0 #D0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8F #AB8FFA | BordersInactive statesPlaceholder text |
| 400 | 8055 #8055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5C24 #5C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 410A #410AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3308 #3308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2506 #25067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1704 #17044E | 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: #D0C0FC;
--royal-blue-300: #AB8FFA;
--royal-blue-400: #8055F7;
--royal-blue-500: #5C24F5;
--royal-blue-600: #410AD6;
--royal-blue-700: #3308AA;
--royal-blue-800: #25067A;
--royal-blue-900: #17044E;
--royal-blue-950: #0F0231;
}