Royal Blue
#7D33E6
PurpleColor Codes
All color formats for development
HEX
#7D33E6RGB
rgb(125, 51, 230)HSL
hsl(265, 78%, 55%)OKLCH
oklch(0.529 0.246 295.3)CMYK
cmyk(46%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E1CE1
2#6219C8
3#5516AF
4#491396
5#3D0F7D
6#310C64
7#25094B
8#180632
9#0C0319
Tints
Lighter variations
1#8A47E8
2#975CEB
3#A470ED
4#B184F0
5#BE99F2
6#CBADF5
7#D8C2F7
8#E5D6FA
9#F2EBFC
Tones
Muted variations
1#7F3CDD
2#8045D4
3#824ECB
4#8357C2
5#855FB9
6#8668B0
7#8871A7
8#897A9E
9#8B8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD97 #BD97F2 | BordersInactive statesPlaceholder text |
| 400 | 9A60 #9A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 7D33 #7D33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6219 #6219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E14 #4E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370E #370E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230949 | 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: #EBDFFB;
--royal-blue-200: #DAC4F8;
--royal-blue-300: #BD97F2;
--royal-blue-400: #9A60EB;
--royal-blue-500: #7D33E6;
--royal-blue-600: #6219C8;
--royal-blue-700: #4E149F;
--royal-blue-800: #370E71;
--royal-blue-900: #230949;
--royal-blue-950: #16062D;
}