Royal Blue
#7C2BEE
PurpleColor Codes
All color formats for development
HEX
#7C2BEERGB
rgb(124, 43, 238)HSL
hsl(265, 85%, 55%)OKLCH
oklch(0.529 0.26 294.1)CMYK
cmyk(48%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C13EA
2#6011D0
3#540FB6
4#480D9C
5#3C0B82
6#300868
7#24064E
8#180434
9#0C021A
Tints
Lighter variations
1#8940F0
2#9655F1
3#A36AF3
4#B080F5
5#BD95F6
6#CBAAF8
7#D8BFFA
8#E5D5FC
9#F2EAFD
Tones
Muted variations
1#7E34E4
2#7F3EDA
3#8148D1
4#8252C7
5#845BBD
6#8665B3
7#876FAA
8#8979A0
9#8B8296
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 | BC92 #BC92F6 | BordersInactive statesPlaceholder text |
| 400 | 995A #995AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2B #7C2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6011 #6011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0D #4D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370A #370A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2306 #23064B | 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: #BC92F6;
--royal-blue-400: #995AF2;
--royal-blue-500: #7C2BEE;
--royal-blue-600: #6011D0;
--royal-blue-700: #4D0DA5;
--royal-blue-800: #370A76;
--royal-blue-900: #23064B;
--royal-blue-950: #16042F;
}