Royal Blue
#7B25F4
PurpleColor Codes
All color formats for development
HEX
#7B25F4RGB
rgb(123, 37, 244)HSL
hsl(265, 90%, 55%)OKLCH
oklch(0.529 0.27 293)CMYK
cmyk(50%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B0DF0
2#5F0BD5
3#530ABB
4#4808A0
5#3C0785
6#30066B
7#240450
8#180335
9#0C011B
Tints
Lighter variations
1#883BF5
2#9551F6
3#A366F7
4#B07CF8
5#BD92F9
6#CAA8FA
7#D7BEFC
8#E5D3FD
9#F2E9FE
Tones
Muted variations
1#7D2FE9
2#7E3ADF
3#8044D5
4#824ECA
5#8459C0
6#8563B6
7#876DAB
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 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C0 #D9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BC90 #BC90F9 | BordersInactive statesPlaceholder text |
| 400 | 9855 #9855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7B25 #7B25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F0B #5F0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C09 #4C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3606 #360679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2304 #23044E | 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: #EADDFD;
--royal-blue-200: #D9C0FC;
--royal-blue-300: #BC90F9;
--royal-blue-400: #9855F6;
--royal-blue-500: #7B25F4;
--royal-blue-600: #5F0BD5;
--royal-blue-700: #4C09AA;
--royal-blue-800: #360679;
--royal-blue-900: #23044E;
--royal-blue-950: #160330;
}