Royal Blue
#7A2FE9
PurpleColor Codes
All color formats for development
HEX
#7A2FE9RGB
rgb(122, 47, 233)HSL
hsl(264, 81%, 55%)OKLCH
oklch(0.525 0.252 293.9)CMYK
cmyk(48%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A18E4
2#5E15CB
3#5213B2
4#471098
5#3B0D7F
6#2F0B66
7#23084C
8#180533
9#0C0319
Tints
Lighter variations
1#8744EB
2#9459EE
3#A26EF0
4#AF82F2
5#BC97F4
6#CAACF6
7#D7C1F8
8#E4D5FB
9#F2EAFD
Tones
Muted variations
1#7C39E0
2#7D42D7
3#7F4BCD
4#8154C4
5#835EBB
6#8567B1
7#8770A8
8#897A9F
9#8A8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB95 #BB95F4 | BordersInactive statesPlaceholder text |
| 400 | 975D #975DEE | Disabled statesSecondary iconsMuted text |
| 500 | 7A2F #7A2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E15 #5E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B11 #4B11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350C #350C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2208 #22084A | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FE;
--royal-blue-100: #EADFFC;
--royal-blue-200: #D8C3F9;
--royal-blue-300: #BB95F4;
--royal-blue-400: #975DEE;
--royal-blue-500: #7A2FE9;
--royal-blue-600: #5E15CB;
--royal-blue-700: #4B11A2;
--royal-blue-800: #350C73;
--royal-blue-900: #22084A;
--royal-blue-950: #15052E;
}