Royal Blue
#5490F8
BlueColor Codes
All color formats for development
HEX
#5490F8RGB
rgb(84, 144, 248)HSL
hsl(218, 92%, 65%)OKLCH
oklch(0.663 0.167 260.6)CMYK
cmyk(66%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#347BF7
2#1467F5
3#0958DF
4#084BBF
5#073F9F
6#05327F
7#04265F
8#031940
9#010D20
Tints
Lighter variations
1#659BF9
2#76A6F9
3#87B1FA
4#98BCFB
5#A9C7FB
6#BAD3FC
7#CCDEFD
8#DDE9FE
9#EEF4FE
Tones
Muted variations
1#5C92F0
2#6494E7
3#6C96DF
4#7499D7
5#7D9BCF
6#859DC7
7#8D9FBE
8#95A1B6
9#9EA4AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD6 #BFD6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB6 #8EB6FA | BordersInactive statesPlaceholder text |
| 400 | 5490 #5490F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2370 #2370F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0955 #0955D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0743 #0743AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0530 #05307A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031F #031F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE9FE;
--royal-blue-200: #BFD6FC;
--royal-blue-300: #8EB6FA;
--royal-blue-400: #5490F8;
--royal-blue-500: #2370F6;
--royal-blue-600: #0955D7;
--royal-blue-700: #0743AB;
--royal-blue-800: #05307A;
--royal-blue-900: #031F4E;
--royal-blue-950: #021331;
}