Royal Blue
#5C25F4
PurpleColor Codes
All color formats for development
HEX
#5C25F4RGB
rgb(92, 37, 244)HSL
hsl(256, 90%, 55%)OKLCH
oklch(0.499 0.272 282.5)CMYK
cmyk(62%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490DF0
2#410BD5
3#390ABB
4#3108A0
5#290785
6#21066B
7#180450
8#100335
9#08011B
Tints
Lighter variations
1#6C3BF5
2#7D51F6
3#8D66F7
4#9D7CF8
5#AE92F9
6#BEA8FA
7#CEBEFC
8#DED3FD
9#EFE9FE
Tones
Muted variations
1#612FE9
2#663ADF
3#6B44D5
4#6F4ECA
5#7459C0
6#7963B6
7#7E6DAB
8#8378A1
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 | AC90 #AC90F9 | BordersInactive statesPlaceholder text |
| 400 | 8055 #8055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5C25 #5C25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 410B #410BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3409 #3409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2506 #250679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1804 #18044E | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | 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: #AC90F9;
--royal-blue-400: #8055F6;
--royal-blue-500: #5C25F4;
--royal-blue-600: #410BD5;
--royal-blue-700: #3409AA;
--royal-blue-800: #250679;
--royal-blue-900: #18044E;
--royal-blue-950: #0F0330;
}