Royal Blue
#7C2CED
PurpleColor Codes
All color formats for development
HEX
#7C2CEDRGB
rgb(124, 44, 237)HSL
hsl(265, 84%, 55%)OKLCH
oklch(0.528 0.258 294.2)CMYK
cmyk(48%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D14E8
2#6012CE
3#5410B5
4#480D9B
5#3C0B81
6#300967
7#24074D
8#180434
9#0C021A
Tints
Lighter variations
1#8941EE
2#9656F0
3#A36BF2
4#B180F4
5#BE95F6
6#CBABF8
7#D8C0F9
8#E5D5FB
9#F2EAFD
Tones
Muted variations
1#7E35E3
2#7F3FD9
3#8149D0
4#8352C6
5#845CBC
6#8666B3
7#876FA9
8#8979A0
9#8B8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C2 #D9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BC93 #BC93F6 | BordersInactive statesPlaceholder text |
| 400 | 995B #995BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2C #7C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6012 #6012CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0E #4D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370A #370A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2307 #23074B | Primary textHigh emphasis contentDark headings |
| 950 | 1604 #16042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FE;
--royal-blue-100: #EBDEFC;
--royal-blue-200: #D9C2FA;
--royal-blue-300: #BC93F6;
--royal-blue-400: #995BF1;
--royal-blue-500: #7C2CED;
--royal-blue-600: #6012CE;
--royal-blue-700: #4D0EA4;
--royal-blue-800: #370A75;
--royal-blue-900: #23074B;
--royal-blue-950: #16042F;
}