Royal Blue
#5371F9
BlueColor Codes
All color formats for development
HEX
#5371F9RGB
rgb(83, 113, 249)HSL
hsl(229, 93%, 65%)OKLCH
oklch(0.602 0.205 269.8)CMYK
cmyk(67%, 55%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3357F8
2#133DF6
3#0830E0
4#0729C0
5#0622A0
6#051B80
7#031460
8#020E40
9#010720
Tints
Lighter variations
1#647FF9
2#758EFA
3#869CFB
4#98AAFB
5#A9B8FC
6#BAC6FD
7#CBD4FD
8#DDE3FE
9#EEF1FE
Tones
Muted variations
1#5B76F0
2#637CE8
3#6C81E0
4#7486D8
5#7C8BCF
6#8591C7
7#8D96BF
8#959BB6
9#9DA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCA #BFCAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA2 #8EA2FB | BordersInactive statesPlaceholder text |
| 400 | 5371 #5371F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2249 #2249F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 082E #082ED9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0625 #0625AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041A #041A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0311 #03114F | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE3FE;
--royal-blue-200: #BFCAFD;
--royal-blue-300: #8EA2FB;
--royal-blue-400: #5371F9;
--royal-blue-500: #2249F7;
--royal-blue-600: #082ED9;
--royal-blue-700: #0625AC;
--royal-blue-800: #041A7B;
--royal-blue-900: #03114F;
--royal-blue-950: #020A31;
}