Royal Blue
#5320F8
BlueColor Codes
All color formats for development
HEX
#5320F8RGB
rgb(83, 32, 248)HSL
hsl(254, 94%, 55%)OKLCH
oklch(0.492 0.28 279.4)CMYK
cmyk(67%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F08F5
2#3807DA
3#3106BE
4#2A05A3
5#230488
6#1C036D
7#150352
8#0E0236
9#07011B
Tints
Lighter variations
1#6437F9
2#754DF9
3#8663FA
4#9879FB
5#A990FC
6#BAA6FC
7#CBBCFD
8#DDD2FE
9#EEE9FE
Tones
Muted variations
1#582BED
2#5E36E3
3#6441D8
4#6A4CCD
5#6F56C2
6#7561B7
7#7B6CAD
8#8177A2
9#868197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78D #A78DFB | BordersInactive statesPlaceholder text |
| 400 | 7952 #7952FA | Disabled statesSecondary iconsMuted text |
| 500 | 5320 #5320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3807 #3807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D05 #2D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2004 #20047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1402 #14024F | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E4DCFE;
--royal-blue-200: #CDBFFD;
--royal-blue-300: #A78DFB;
--royal-blue-400: #7952FA;
--royal-blue-500: #5320F8;
--royal-blue-600: #3807DA;
--royal-blue-700: #2D05AD;
--royal-blue-800: #20047C;
--royal-blue-900: #14024F;
--royal-blue-950: #0D0231;
}