Royal Blue
#5620F8
PurpleColor Codes
All color formats for development
HEX
#5620F8RGB
rgb(86, 32, 248)HSL
hsl(255, 94%, 55%)OKLCH
oklch(0.495 0.279 280.3)CMYK
cmyk(65%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4308F5
2#3B07DA
3#3406BE
4#2D05A3
5#250488
6#1E036D
7#160352
8#0F0236
9#07011B
Tints
Lighter variations
1#6737F9
2#784DF9
3#8963FA
4#9A79FB
5#AB90FC
6#BCA6FC
7#CCBCFD
8#DDD2FE
9#EEE9FE
Tones
Muted variations
1#5C2BED
2#6136E3
3#6641D8
4#6C4CCD
5#7156C2
6#7761B7
7#7C6CAD
8#8177A2
9#878197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBF #CEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A98D #A98DFB | BordersInactive statesPlaceholder text |
| 400 | 7C52 #7C52FA | Disabled statesSecondary iconsMuted text |
| 500 | 5620 #5620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B07 #3B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F05 #2F05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2204 #22047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1602 #16024F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E5DCFE;
--royal-blue-200: #CEBFFD;
--royal-blue-300: #A98DFB;
--royal-blue-400: #7C52FA;
--royal-blue-500: #5620F8;
--royal-blue-600: #3B07DA;
--royal-blue-700: #2F05AD;
--royal-blue-800: #22047C;
--royal-blue-900: #16024F;
--royal-blue-950: #0E0231;
}