Royal Blue
#7432E7
PurpleColor Codes
All color formats for development
HEX
#7432E7RGB
rgb(116, 50, 231)HSL
hsl(262, 79%, 55%)OKLCH
oklch(0.52 0.247 291.9)CMYK
cmyk(50%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#641BE2
2#5918C9
3#4D15B0
4#421297
5#370F7E
6#2C0C64
7#21094B
8#160632
9#0B0319
Tints
Lighter variations
1#8246E9
2#905BEC
3#9E6FEE
4#AC84F1
5#BA98F3
6#C7ADF5
7#D5C1F8
8#E3D6FA
9#F1EAFD
Tones
Muted variations
1#763BDE
2#7944D5
3#7B4DCC
4#7E56C3
5#805FBA
6#8368B1
7#8571A7
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 | D7C4 #D7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B896 #B896F3 | BordersInactive statesPlaceholder text |
| 400 | 935F #935FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7432 #7432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5918 #5918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4613 #4613A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320D #320D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200949 | Primary textHigh emphasis contentDark headings |
| 950 | 1405 #14052E | 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: #D7C4F8;
--royal-blue-300: #B896F3;
--royal-blue-400: #935FEC;
--royal-blue-500: #7432E7;
--royal-blue-600: #5918C9;
--royal-blue-700: #4613A0;
--royal-blue-800: #320D72;
--royal-blue-900: #200949;
--royal-blue-950: #14052E;
}