Royal Blue
#7D1AFF
PurpleColor Codes
All color formats for development
HEX
#7D1AFFRGB
rgb(125, 26, 255)HSL
hsl(266, 100%, 55%)OKLCH
oklch(0.535 0.286 292.4)CMYK
cmyk(51%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D00FC
2#6100E0
3#5500C4
4#4900A8
5#3D008C
6#310070
7#240054
8#180038
9#0C001C
Tints
Lighter variations
1#8A30FF
2#9747FF
3#A45EFF
4#B175FF
5#BE8CFF
6#CBA3FF
7#D8BAFF
8#E5D1FF
9#F2E8FF
Tones
Muted variations
1#7E25F4
2#8030E8
3#823CDD
4#8347D1
5#8553C6
6#865EBA
7#886AAF
8#8975A3
9#8B8198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDB #EBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BD #D9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8A #BD8AFF | BordersInactive statesPlaceholder text |
| 400 | 9A4D #9A4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 7D1A #7D1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6100 #6100E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D00 #4D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3700 #370080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2300 #230052 | Primary textHigh emphasis contentDark headings |
| 950 | 1600 #160033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FF;
--royal-blue-100: #EBDBFF;
--royal-blue-200: #D9BDFF;
--royal-blue-300: #BD8AFF;
--royal-blue-400: #9A4DFF;
--royal-blue-500: #7D1AFF;
--royal-blue-600: #6100E0;
--royal-blue-700: #4D00B3;
--royal-blue-800: #370080;
--royal-blue-900: #230052;
--royal-blue-950: #160033;
}