Royal Blue
#7534E5
PurpleColor Codes
All color formats for development
HEX
#7534E5RGB
rgb(117, 52, 229)HSL
hsl(262, 77%, 55%)OKLCH
oklch(0.521 0.244 292.4)CMYK
cmyk(49%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#641DDF
2#591AC7
3#4E17AE
4#431395
5#38107C
6#2D0D63
7#210A4A
8#160632
9#0B0319
Tints
Lighter variations
1#8348E7
2#905DEA
3#9E71ED
4#AC85EF
5#BA99F2
6#C8AEF4
7#D6C2F7
8#E3D6FA
9#F1EBFC
Tones
Muted variations
1#773DDC
2#7946D3
3#7C4ECA
4#7E57C1
5#8060B8
6#8369B0
7#8572A7
8#887B9E
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 #D7C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B897 #B897F2 | BordersInactive statesPlaceholder text |
| 400 | 9361 #9361EA | Disabled statesSecondary iconsMuted text |
| 500 | 7534 #7534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 591A #591AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4715 #47159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330F #330F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200948 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | 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: #D7C4F7;
--royal-blue-300: #B897F2;
--royal-blue-400: #9361EA;
--royal-blue-500: #7534E5;
--royal-blue-600: #591AC7;
--royal-blue-700: #47159E;
--royal-blue-800: #330F71;
--royal-blue-900: #200948;
--royal-blue-950: #14062D;
}