Royal Blue
#7724F5
PurpleColor Codes
All color formats for development
HEX
#7724F5RGB
rgb(119, 36, 245)HSL
hsl(264, 91%, 55%)OKLCH
oklch(0.525 0.271 291.5)CMYK
cmyk(51%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#670BF1
2#5C0AD6
3#5009BC
4#4508A1
5#390686
6#2E056B
7#220450
8#170336
9#0B011B
Tints
Lighter variations
1#853AF6
2#9250F7
3#A066F8
4#AE7BF9
5#BB91FA
6#C9A7FB
7#D6BDFC
8#E4D3FD
9#F1E9FE
Tones
Muted variations
1#792EEA
2#7C39E0
3#7E43D5
4#804ECB
5#8258C0
6#8462B6
7#866DAC
8#8877A1
9#8A8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA8F #BA8FFA | BordersInactive statesPlaceholder text |
| 400 | 9655 #9655F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7724 #7724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0A #5C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4908 #4908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3406 #34067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2104 #21044E | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FE;
--royal-blue-100: #EADDFD;
--royal-blue-200: #D8C0FC;
--royal-blue-300: #BA8FFA;
--royal-blue-400: #9655F7;
--royal-blue-500: #7724F5;
--royal-blue-600: #5C0AD6;
--royal-blue-700: #4908AA;
--royal-blue-800: #34067A;
--royal-blue-900: #21044E;
--royal-blue-950: #150231;
}