Royal Blue
#7527F1
PurpleColor Codes
All color formats for development
HEX
#7527F1RGB
rgb(117, 39, 241)HSL
hsl(263, 88%, 55%)OKLCH
oklch(0.521 0.266 291.4)CMYK
cmyk(51%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#640FED
2#590DD3
3#4E0CB9
4#430A9E
5#380884
6#2D0769
7#21054F
8#160335
9#0B021A
Tints
Lighter variations
1#833DF3
2#9052F4
3#9E68F5
4#AC7EF7
5#BA93F8
6#C8A9F9
7#D6BEFB
8#E3D4FC
9#F1E9FE
Tones
Muted variations
1#7731E7
2#793BDD
3#7C46D3
4#7E50C9
5#805ABF
6#8364B5
7#856EAB
8#8878A0
9#8A8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C1 #D7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B891 #B891F8 | BordersInactive statesPlaceholder text |
| 400 | 9357 #9357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7527 #7527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590D #590DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470B #470BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3308 #330878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2005 #20054D | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FE;
--royal-blue-100: #E9DDFD;
--royal-blue-200: #D7C1FB;
--royal-blue-300: #B891F8;
--royal-blue-400: #9357F4;
--royal-blue-500: #7527F1;
--royal-blue-600: #590DD3;
--royal-blue-700: #470BA8;
--royal-blue-800: #330878;
--royal-blue-900: #20054D;
--royal-blue-950: #140330;
}