Royal Blue
#901FF9
PurpleColor Codes
All color formats for development
HEX
#901FF9RGB
rgb(144, 31, 249)HSL
hsl(271, 95%, 55%)OKLCH
oklch(0.553 0.28 299.5)CMYK
cmyk(42%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8206F6
2#7406DB
3#6505BF
4#5704A4
5#480489
6#3A036D
7#2B0252
8#1D0137
9#0E011B
Tints
Lighter variations
1#9B36FA
2#A64CFA
3#B162FB
4#BC79FC
5#C78FFC
6#D3A5FD
7#DEBCFD
8#E9D2FE
9#F4E9FE
Tones
Muted variations
1#902AEE
2#8F35E3
3#8F40D9
4#8E4BCE
5#8E56C3
6#8E61B8
7#8D6CAD
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 #DFBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C68D #C68DFC | BordersInactive statesPlaceholder text |
| 400 | A951 #A951FB | Disabled statesSecondary iconsMuted text |
| 500 | 901F #901FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7406 #7406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C04 #5C04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4203 #42037C | 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: #DFBEFD;
--royal-blue-300: #C68DFC;
--royal-blue-400: #A951FB;
--royal-blue-500: #901FF9;
--royal-blue-600: #7406DB;
--royal-blue-700: #5C04AE;
--royal-blue-800: #42037C;
--royal-blue-900: #2A0250;
--royal-blue-950: #1A0132;
}