Royal Blue
#7132E7
PurpleColor Codes
All color formats for development
HEX
#7132E7RGB
rgb(113, 50, 231)HSL
hsl(261, 79%, 55%)OKLCH
oklch(0.517 0.247 290.8)CMYK
cmyk(51%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#601BE2
2#5618C9
3#4B15B0
4#401297
5#360F7E
6#2B0C64
7#20094B
8#150632
9#0B0319
Tints
Lighter variations
1#7F46E9
2#8D5BEC
3#9C6FEE
4#AA84F1
5#B898F3
6#C6ADF5
7#D4C1F8
8#E3D6FA
9#F1EAFD
Tones
Muted variations
1#743BDE
2#7644D5
3#794DCC
4#7C56C3
5#7F5FBA
6#8168B1
7#8471A7
8#877A9E
9#8A8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C4 #D6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B696 #B696F3 | BordersInactive statesPlaceholder text |
| 400 | 915F #915FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7132 #7132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5618 #5618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4413 #4413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310D #310D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F09 #1F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FD;
--royal-blue-100: #E9DFFB;
--royal-blue-200: #D6C4F8;
--royal-blue-300: #B696F3;
--royal-blue-400: #915FEC;
--royal-blue-500: #7132E7;
--royal-blue-600: #5618C9;
--royal-blue-700: #4413A0;
--royal-blue-800: #310D72;
--royal-blue-900: #1F0949;
--royal-blue-950: #13052E;
}