Royal Blue
#7426F2
PurpleColor Codes
All color formats for development
HEX
#7426F2RGB
rgb(116, 38, 242)HSL
hsl(263, 89%, 55%)OKLCH
oklch(0.52 0.267 290.9)CMYK
cmyk(52%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#640EEF
2#590CD4
3#4E0BBA
4#43099F
5#380885
6#2C066A
7#210550
8#160335
9#0B021B
Tints
Lighter variations
1#823CF4
2#9051F5
3#9E67F6
4#AC7DF7
5#BA93F9
6#C8A8FA
7#D5BEFB
8#E3D4FC
9#F1E9FE
Tones
Muted variations
1#7730E8
2#793BDE
3#7C45D4
4#7E4FCA
5#8059BF
6#8363B5
7#856EAB
8#8778A1
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 | D7C0 #D7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B890 #B890F9 | BordersInactive statesPlaceholder text |
| 400 | 9356 #9356F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7426 #7426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590C #590CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470A #470AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3307 #330778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044D | 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: #D7C0FB;
--royal-blue-300: #B890F9;
--royal-blue-400: #9356F5;
--royal-blue-500: #7426F2;
--royal-blue-600: #590CD4;
--royal-blue-700: #470AA9;
--royal-blue-800: #330778;
--royal-blue-900: #20044D;
--royal-blue-950: #140330;
}