Royal Blue
#7A33E6
PurpleColor Codes
All color formats for development
HEX
#7A33E6RGB
rgb(122, 51, 230)HSL
hsl(264, 78%, 55%)OKLCH
oklch(0.526 0.246 294.2)CMYK
cmyk(47%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B1CE1
2#5F19C8
3#5316AF
4#471396
5#3B0F7D
6#2F0C64
7#24094B
8#180632
9#0C0319
Tints
Lighter variations
1#8847E8
2#955CEB
3#A270ED
4#AF84F0
5#BD99F2
6#CAADF5
7#D7C2F7
8#E4D6FA
9#F2EBFC
Tones
Muted variations
1#7C3CDD
2#7E45D4
3#804ECB
4#8257C2
5#835FB9
6#8568B0
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 | BB97 #BB97F2 | BordersInactive statesPlaceholder text |
| 400 | 9860 #9860EB | Disabled statesSecondary iconsMuted text |
| 500 | 7A33 #7A33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F19 #5F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B14 #4B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360E #360E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2209 #220949 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | 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: #BB97F2;
--royal-blue-400: #9860EB;
--royal-blue-500: #7A33E6;
--royal-blue-600: #5F19C8;
--royal-blue-700: #4B149F;
--royal-blue-800: #360E71;
--royal-blue-900: #220949;
--royal-blue-950: #16062D;
}