Royal Blue
#7825F4
PurpleColor Codes
All color formats for development
HEX
#7825F4RGB
rgb(120, 37, 244)HSL
hsl(264, 90%, 55%)OKLCH
oklch(0.525 0.27 292)CMYK
cmyk(51%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#680DF0
2#5C0BD5
3#510ABB
4#4508A0
5#3A0785
6#2E066B
7#230450
8#170335
9#0C011B
Tints
Lighter variations
1#853BF5
2#9351F6
3#A066F7
4#AE7CF8
5#BB92F9
6#C9A8FA
7#D6BEFC
8#E4D3FD
9#F1E9FE
Tones
Muted variations
1#7A2FE9
2#7C3ADF
3#7E44D5
4#804ECA
5#8259C0
6#8463B6
7#866DAB
8#8878A1
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 | BA90 #BA90F9 | BordersInactive statesPlaceholder text |
| 400 | 9655 #9655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7825 #7825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0B #5C0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4909 #4909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3406 #340679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2104 #21044E | 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: #F6F0FE;
--royal-blue-100: #EADDFD;
--royal-blue-200: #D8C0FC;
--royal-blue-300: #BA90F9;
--royal-blue-400: #9655F6;
--royal-blue-500: #7825F4;
--royal-blue-600: #5C0BD5;
--royal-blue-700: #4909AA;
--royal-blue-800: #340679;
--royal-blue-900: #21044E;
--royal-blue-950: #150330;
}