Royal Blue
#7A32E7
PurpleColor Codes
All color formats for development
HEX
#7A32E7RGB
rgb(122, 50, 231)HSL
hsl(264, 79%, 55%)OKLCH
oklch(0.526 0.248 294.1)CMYK
cmyk(47%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A1BE2
2#5E18C9
3#5315B0
4#471297
5#3B0F7E
6#2F0C64
7#23094B
8#180632
9#0C0319
Tints
Lighter variations
1#8746E9
2#955BEC
3#A26FEE
4#AF84F1
5#BD98F3
6#CAADF5
7#D7C1F8
8#E4D6FA
9#F2EAFD
Tones
Muted variations
1#7C3BDE
2#7E44D5
3#804DCC
4#8156C3
5#835FBA
6#8568B1
7#8771A7
8#897A9E
9#8A8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB96 #BB96F3 | BordersInactive statesPlaceholder text |
| 400 | 985F #985FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7A32 #7A32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E18 #5E18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B13 #4B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360D #360D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2209 #220949 | 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: #F6F1FD;
--royal-blue-100: #EADFFB;
--royal-blue-200: #D9C4F8;
--royal-blue-300: #BB96F3;
--royal-blue-400: #985FEC;
--royal-blue-500: #7A32E7;
--royal-blue-600: #5E18C9;
--royal-blue-700: #4B13A0;
--royal-blue-800: #360D72;
--royal-blue-900: #220949;
--royal-blue-950: #15052E;
}