Royal Blue
#901EFA
PurpleColor Codes
All color formats for development
HEX
#901EFARGB
rgb(144, 30, 250)HSL
hsl(271, 96%, 55%)OKLCH
oklch(0.554 0.281 299.3)CMYK
cmyk(42%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8205F7
2#7404DC
3#6504C0
4#5703A5
5#480389
6#3A026E
7#2B0252
8#1D0137
9#0E011B
Tints
Lighter variations
1#9B35FB
2#A64BFB
3#B162FC
4#BC78FC
5#C78FFD
6#D3A5FD
7#DEBCFE
8#E9D2FE
9#F4E9FF
Tones
Muted variations
1#9029EF
2#8F34E4
3#8F3FD9
4#8E4ACE
5#8E55C3
6#8E60B8
7#8D6BAD
8#8D76A2
9#8D8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBE #DFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C68C #C68CFD | BordersInactive statesPlaceholder text |
| 400 | A950 #A950FB | Disabled statesSecondary iconsMuted text |
| 500 | 901E #901EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7404 #7404DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C04 #5C04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4203 #42037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A02 #2A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F8F0FF;
--royal-blue-100: #EEDCFE;
--royal-blue-200: #DFBEFE;
--royal-blue-300: #C68CFD;
--royal-blue-400: #A950FB;
--royal-blue-500: #901EFA;
--royal-blue-600: #7404DC;
--royal-blue-700: #5C04AF;
--royal-blue-800: #42037D;
--royal-blue-900: #2A0250;
--royal-blue-950: #1A0132;
}