Royal Blue
#591FF9
PurpleColor Codes
All color formats for development
HEX
#591FF9RGB
rgb(89, 31, 249)HSL
hsl(256, 95%, 55%)OKLCH
oklch(0.498 0.28 281.2)CMYK
cmyk(64%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4606F6
2#3E06DB
3#3705BF
4#2F04A4
5#270489
6#1F036D
7#170252
8#100137
9#08011B
Tints
Lighter variations
1#6A36FA
2#7B4CFA
3#8B62FB
4#9C79FC
5#AC8FFC
6#BDA5FD
7#CDBCFD
8#DED2FE
9#EEE9FE
Tones
Muted variations
1#5E2AEE
2#6435E3
3#6940D9
4#6E4BCE
5#7356C3
6#7861B8
7#7D6CAD
8#8276A2
9#878197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBE #CFBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8D #AA8DFC | BordersInactive statesPlaceholder text |
| 400 | 7E51 #7E51FB | Disabled statesSecondary iconsMuted text |
| 500 | 591F #591FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E06 #3E06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3204 #3204AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2303 #23037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1702 #170250 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E5DCFE;
--royal-blue-200: #CFBEFD;
--royal-blue-300: #AA8DFC;
--royal-blue-400: #7E51FB;
--royal-blue-500: #591FF9;
--royal-blue-600: #3E06DB;
--royal-blue-700: #3204AE;
--royal-blue-800: #23037C;
--royal-blue-900: #170250;
--royal-blue-950: #0E0132;
}