Royal Blue
#6522F7
PurpleColor Codes
All color formats for development
HEX
#6522F7RGB
rgb(101, 34, 247)HSL
hsl(259, 93%, 55%)OKLCH
oklch(0.508 0.275 285.2)CMYK
cmyk(59%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5309F4
2#4A08D9
3#4107BD
4#3706A2
5#2E0587
6#25046C
7#1C0351
8#120236
9#09011B
Tints
Lighter variations
1#7538F8
2#844EF9
3#9364F9
4#A37AFA
5#B290FB
6#C1A6FC
7#D1BDFD
8#E0D3FD
9#F0E9FE
Tones
Muted variations
1#692CEC
2#6D37E2
3#7142D7
4#754CCC
5#7957C2
6#7D62B7
7#816CAC
8#8477A2
9#888297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BF #D3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08E #B08EFB | BordersInactive statesPlaceholder text |
| 400 | 8753 #8753F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6522 #6522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A08 #4A08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B06 #3B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A04 #2A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034F | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E7DDFE;
--royal-blue-200: #D3BFFD;
--royal-blue-300: #B08EFB;
--royal-blue-400: #8753F9;
--royal-blue-500: #6522F7;
--royal-blue-600: #4A08D9;
--royal-blue-700: #3B06AC;
--royal-blue-800: #2A047B;
--royal-blue-900: #1B034F;
--royal-blue-950: #110231;
}