Royal Blue
#7424F5
PurpleColor Codes
All color formats for development
HEX
#7424F5RGB
rgb(116, 36, 245)HSL
hsl(263, 91%, 55%)OKLCH
oklch(0.522 0.271 290.5)CMYK
cmyk(53%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#630BF1
2#580AD6
3#4D09BC
4#4208A1
5#370686
6#2C056B
7#210450
8#160336
9#0B011B
Tints
Lighter variations
1#823AF6
2#9050F7
3#9E66F8
4#AC7BF9
5#B991FA
6#C7A7FB
7#D5BDFC
8#E3D3FD
9#F1E9FE
Tones
Muted variations
1#762EEA
2#7939E0
3#7B43D5
4#7E4ECB
5#8058C0
6#8362B6
7#856DAC
8#8777A1
9#8A8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B88F #B88FFA | BordersInactive statesPlaceholder text |
| 400 | 9355 #9355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7424 #7424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 580A #580AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4608 #4608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3206 #32067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044E | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FE;
--royal-blue-100: #E9DDFD;
--royal-blue-200: #D7C0FC;
--royal-blue-300: #B88FFA;
--royal-blue-400: #9355F7;
--royal-blue-500: #7424F5;
--royal-blue-600: #580AD6;
--royal-blue-700: #4608AA;
--royal-blue-800: #32067A;
--royal-blue-900: #20044E;
--royal-blue-950: #140231;
}