Royal Blue
#7E25F4
PurpleColor Codes
All color formats for development
HEX
#7E25F4RGB
rgb(126, 37, 244)HSL
hsl(266, 90%, 55%)OKLCH
oklch(0.532 0.27 294.1)CMYK
cmyk(48%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F0DF0
2#630BD5
3#560ABB
4#4A08A0
5#3E0785
6#31066B
7#250450
8#190335
9#0C011B
Tints
Lighter variations
1#8B3BF5
2#9851F6
3#A566F7
4#B27CF8
5#BF92F9
6#CCA8FA
7#D8BEFC
8#E5D3FD
9#F2E9FE
Tones
Muted variations
1#802FE9
2#813ADF
3#8344D5
4#844ECA
5#8559C0
6#8763B6
7#886DAB
8#8978A1
9#8B8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC0 #DAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BD90 #BD90F9 | BordersInactive statesPlaceholder text |
| 400 | 9B55 #9B55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7E25 #7E25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630B #630BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F09 #4F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3806 #380679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2404 #24044E | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FE;
--royal-blue-100: #EBDDFD;
--royal-blue-200: #DAC0FC;
--royal-blue-300: #BD90F9;
--royal-blue-400: #9B55F6;
--royal-blue-500: #7E25F4;
--royal-blue-600: #630BD5;
--royal-blue-700: #4F09AA;
--royal-blue-800: #380679;
--royal-blue-900: #24044E;
--royal-blue-950: #160330;
}