Royal Blue
#7D2FE9
PurpleColor Codes
All color formats for development
HEX
#7D2FE9RGB
rgb(125, 47, 233)HSL
hsl(265, 81%, 55%)OKLCH
oklch(0.528 0.252 295)CMYK
cmyk(46%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D18E4
2#6115CB
3#5513B2
4#491098
5#3D0D7F
6#310B66
7#24084C
8#180533
9#0C0319
Tints
Lighter variations
1#8A44EB
2#9759EE
3#A46EF0
4#B182F2
5#BE97F4
6#CBACF6
7#D8C1F8
8#E5D5FB
9#F2EAFD
Tones
Muted variations
1#7E39E0
2#8042D7
3#814BCD
4#8354C4
5#855EBB
6#8667B1
7#8870A8
8#897A9F
9#8B8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC95 #BC95F4 | BordersInactive statesPlaceholder text |
| 400 | 9A5D #9A5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 7D2F #7D2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6115 #6115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D11 #4D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370C #370C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2308 #23084A | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FE;
--royal-blue-100: #EBDFFC;
--royal-blue-200: #D9C3F9;
--royal-blue-300: #BC95F4;
--royal-blue-400: #9A5DEE;
--royal-blue-500: #7D2FE9;
--royal-blue-600: #6115CB;
--royal-blue-700: #4D11A2;
--royal-blue-800: #370C73;
--royal-blue-900: #23084A;
--royal-blue-950: #16052E;
}