Royal Blue
#5F23F6
PurpleColor Codes
All color formats for development
HEX
#5F23F6RGB
rgb(95, 35, 246)HSL
hsl(257, 92%, 55%)OKLCH
oklch(0.502 0.274 283.3)CMYK
cmyk(61%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C0AF2
2#4309D7
3#3B08BC
4#3307A2
5#2A0687
6#22046C
7#190351
8#110236
9#08011B
Tints
Lighter variations
1#6F39F7
2#7F4FF8
3#8F65F9
4#9F7BF9
5#AF91FA
6#BFA7FB
7#CFBDFC
8#DFD3FD
9#EFE9FE
Tones
Muted variations
1#632DEB
2#6838E1
3#6C42D6
4#714DCC
5#7557C1
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 #E6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BF #D1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFA | BordersInactive statesPlaceholder text |
| 400 | 8254 #8254F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5F23 #5F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4309 #4309D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3607 #3607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2605 #26057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1903 #19034E | 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: #D1BFFC;
--royal-blue-300: #AD8EFA;
--royal-blue-400: #8254F8;
--royal-blue-500: #5F23F6;
--royal-blue-600: #4309D7;
--royal-blue-700: #3607AB;
--royal-blue-800: #26057A;
--royal-blue-900: #19034E;
--royal-blue-950: #0F0231;
}