Royal Blue
#7D32E7
PurpleColor Codes
All color formats for development
HEX
#7D32E7RGB
rgb(125, 50, 231)HSL
hsl(265, 79%, 55%)OKLCH
oklch(0.529 0.248 295.2)CMYK
cmyk(46%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E1BE2
2#6118C9
3#5515B0
4#491297
5#3D0F7E
6#310C64
7#25094B
8#180632
9#0C0319
Tints
Lighter variations
1#8A46E9
2#975BEC
3#A46FEE
4#B184F1
5#BE98F3
6#CBADF5
7#D8C1F8
8#E5D6FA
9#F2EAFD
Tones
Muted variations
1#7F3BDE
2#8044D5
3#824DCC
4#8356C3
5#855FBA
6#8668B1
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 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD96 #BD96F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5F #9A5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7D32 #7D32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6118 #6118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D13 #4D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230949 | 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: #F6F1FD;
--royal-blue-100: #EBDFFB;
--royal-blue-200: #D9C4F8;
--royal-blue-300: #BD96F3;
--royal-blue-400: #9A5FEC;
--royal-blue-500: #7D32E7;
--royal-blue-600: #6118C9;
--royal-blue-700: #4D13A0;
--royal-blue-800: #370D72;
--royal-blue-900: #230949;
--royal-blue-950: #16052E;
}