Royal Blue
#5173FB
BlueColor Codes
All color formats for development
HEX
#5173FBRGB
rgb(81, 115, 251)HSL
hsl(228, 96%, 65%)OKLCH
oklch(0.606 0.206 268.9)CMYK
cmyk(68%, 54%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3058FB
2#0F3EFA
3#0531E3
4#042AC3
5#0323A2
6#031C82
7#021561
8#010E41
9#010720
Tints
Lighter variations
1#6280FC
2#738EFC
3#859DFD
4#96ABFD
5#A8B9FD
6#B9C7FE
7#CBD5FE
8#DCE3FE
9#EEF1FF
Tones
Muted variations
1#5977F3
2#617DEA
3#6A82E2
4#7287D9
5#7B8CD1
6#8391C8
7#8C96BF
8#959BB7
9#9DA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECB #BECBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CA3 #8CA3FD | BordersInactive statesPlaceholder text |
| 400 | 5072 #5072FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E4A #1E4AFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0430 #0430DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0426 #0426AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 031B #031B7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0211 #021150 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DCE3FE;
--royal-blue-200: #BECBFE;
--royal-blue-300: #8CA3FD;
--royal-blue-400: #5072FB;
--royal-blue-500: #1E4AFA;
--royal-blue-600: #0430DC;
--royal-blue-700: #0426AF;
--royal-blue-800: #031B7D;
--royal-blue-900: #021150;
--royal-blue-950: #010B32;
}