Royal Blue
#7425F4
PurpleColor Codes
All color formats for development
HEX
#7425F4RGB
rgb(116, 37, 244)HSL
hsl(263, 90%, 55%)OKLCH
oklch(0.521 0.27 290.6)CMYK
cmyk(52%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#640DF0
2#590BD5
3#4E0ABB
4#4208A0
5#370785
6#2C066B
7#210450
8#160335
9#0B011B
Tints
Lighter variations
1#823BF5
2#9051F6
3#9E66F7
4#AC7CF8
5#BA92F9
6#C7A8FA
7#D5BEFC
8#E3D3FD
9#F1E9FE
Tones
Muted variations
1#772FE9
2#793ADF
3#7B44D5
4#7E4ECA
5#8059C0
6#8363B6
7#856DAB
8#8778A1
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 | B890 #B890F9 | BordersInactive statesPlaceholder text |
| 400 | 9355 #9355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7425 #7425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590B #590BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4709 #4709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3206 #320679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044E | 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: #F6F0FE;
--royal-blue-100: #E9DDFD;
--royal-blue-200: #D7C0FC;
--royal-blue-300: #B890F9;
--royal-blue-400: #9355F6;
--royal-blue-500: #7425F4;
--royal-blue-600: #590BD5;
--royal-blue-700: #4709AA;
--royal-blue-800: #320679;
--royal-blue-900: #20044E;
--royal-blue-950: #140330;
}