Royal Blue
#7826F2
PurpleColor Codes
All color formats for development
HEX
#7826F2RGB
rgb(120, 38, 242)HSL
hsl(264, 89%, 55%)OKLCH
oklch(0.524 0.267 292.3)CMYK
cmyk(50%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#680EEF
2#5C0CD4
3#510BBA
4#45099F
5#3A0885
6#2E066A
7#230550
8#170335
9#0C021B
Tints
Lighter variations
1#853CF4
2#9351F5
3#A067F6
4#AE7DF7
5#BB93F9
6#C9A8FA
7#D6BEFB
8#E4D4FC
9#F1E9FE
Tones
Muted variations
1#7A30E8
2#7C3BDE
3#7E45D4
4#804FCA
5#8259BF
6#8463B5
7#866EAB
8#8878A1
9#8A8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA90 #BA90F9 | BordersInactive statesPlaceholder text |
| 400 | 9656 #9656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7826 #7826F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0C #5C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 490A #490AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3407 #340778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2204 #22044D | Primary textHigh emphasis contentDark headings |
| 950 | 1503 #150330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FE;
--royal-blue-100: #EADDFD;
--royal-blue-200: #D8C0FB;
--royal-blue-300: #BA90F9;
--royal-blue-400: #9656F5;
--royal-blue-500: #7826F2;
--royal-blue-600: #5C0CD4;
--royal-blue-700: #490AA9;
--royal-blue-800: #340778;
--royal-blue-900: #22044D;
--royal-blue-950: #150330;
}