Royal Blue
#752AEF
PurpleColor Codes
All color formats for development
HEX
#752AEFRGB
rgb(117, 42, 239)HSL
hsl(263, 86%, 55%)OKLCH
oklch(0.521 0.262 291.5)CMYK
cmyk(51%, 82%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6512EB
2#5A10D1
3#4E0EB7
4#430C9D
5#380A82
6#2D0868
7#22064E
8#160434
9#0B021A
Tints
Lighter variations
1#833FF1
2#9154F2
3#9F6AF4
4#AC7FF5
5#BA94F7
6#C8AAF9
7#D6BFFA
8#E3D4FC
9#F1EAFD
Tones
Muted variations
1#7833E5
2#7A3DDB
3#7C47D1
4#7E51C7
5#815BBE
6#8365B4
7#856FAA
8#8879A0
9#8A8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C1 #D7C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B992 #B992F7 | BordersInactive statesPlaceholder text |
| 400 | 9459 #9459F3 | Disabled statesSecondary iconsMuted text |
| 500 | 752A #752AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A10 #5A10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470C #470CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3309 #330977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2106 #21064C | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FE;
--royal-blue-100: #EADEFD;
--royal-blue-200: #D7C1FA;
--royal-blue-300: #B992F7;
--royal-blue-400: #9459F3;
--royal-blue-500: #752AEF;
--royal-blue-600: #5A10D1;
--royal-blue-700: #470CA6;
--royal-blue-800: #330977;
--royal-blue-900: #21064C;
--royal-blue-950: #14042F;
}