Royal Blue
#601EFA
PurpleColor Codes
All color formats for development
HEX
#601EFARGB
rgb(96, 30, 250)HSL
hsl(258, 96%, 55%)OKLCH
oklch(0.504 0.281 283.4)CMYK
cmyk(62%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E05F7
2#4504DC
3#3C04C0
4#3403A5
5#2B0389
6#23026E
7#1A0252
8#110137
9#09011B
Tints
Lighter variations
1#7035FB
2#804BFB
3#9062FC
4#A078FC
5#B08FFD
6#BFA5FD
7#CFBCFE
8#DFD2FE
9#EFE9FF
Tones
Muted variations
1#6529EF
2#6934E4
3#6D3FD9
4#724ACE
5#7655C3
6#7B60B8
7#7F6BAD
8#8376A2
9#888197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BE #D1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8C #AE8CFD | BordersInactive statesPlaceholder text |
| 400 | 8350 #8350FB | Disabled statesSecondary iconsMuted text |
| 500 | 601E #601EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4504 #4504DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3704 #3704AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2703 #27037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #190250 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E6DCFE;
--royal-blue-200: #D1BEFE;
--royal-blue-300: #AE8CFD;
--royal-blue-400: #8350FB;
--royal-blue-500: #601EFA;
--royal-blue-600: #4504DC;
--royal-blue-700: #3704AF;
--royal-blue-800: #27037D;
--royal-blue-900: #190250;
--royal-blue-950: #100132;
}