Royal Blue
#7C3AED
PurpleColor Codes
All color formats for development
HEX
#7C3AEDRGB
rgb(124, 58, 237)HSL
hsl(262, 83%, 58%)OKLCH
oklch(0.541 0.247 293)CMYK
cmyk(48%, 76%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A20EA
2#5C14D9
3#5112BD
4#450FA2
5#3A0D87
6#2E0A6C
7#230851
8#170536
9#0C031B
Tints
Lighter variations
1#894FEF
2#9662F0
3#A376F2
4#B189F4
5#BE9DF6
6#CBB1F8
7#D8C4FA
8#E5D8FB
9#F2EBFD
Tones
Muted variations
1#7F44E4
2#814DDB
3#8356D2
4#865FC9
5#8867C0
6#8A70B7
7#8D79AF
8#8F82A6
9#928B9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C2 #D7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B794 #B794F5 | BordersInactive statesPlaceholder text |
| 400 | 925C #925CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 732D #732DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5713 #5713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450F #450FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320B #320B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2007 #20074B | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FE;
--royal-blue-100: #E9DEFC;
--royal-blue-200: #D7C2F9;
--royal-blue-300: #B794F5;
--royal-blue-400: #925CF0;
--royal-blue-500: #732DEB;
--royal-blue-600: #5713CD;
--royal-blue-700: #450FA3;
--royal-blue-800: #320B75;
--royal-blue-900: #20074B;
--royal-blue-950: #14042F;
}