Royal Blue
#5390F9
BlueColor Codes
All color formats for development
HEX
#5390F9RGB
rgb(83, 144, 249)HSL
hsl(218, 93%, 65%)OKLCH
oklch(0.663 0.169 260.5)CMYK
cmyk(67%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#337BF8
2#1366F6
3#0857E0
4#074BC0
5#063EA0
6#053280
7#032560
8#021940
9#010C20
Tints
Lighter variations
1#649BF9
2#75A6FA
3#86B1FB
4#98BCFB
5#A9C7FC
6#BAD2FD
7#CBDEFD
8#DDE9FE
9#EEF4FE
Tones
Muted variations
1#5B92F0
2#6394E8
3#6C96E0
4#7498D8
5#7C9BCF
6#859DC7
7#8D9FBF
8#95A1B6
9#9DA4AE
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 #BFD6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB6 #8EB6FB | BordersInactive statesPlaceholder text |
| 400 | 5390 #5390F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2270 #2270F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0854 #0854D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0643 #0643AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0430 #04307B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031F #031F4F | 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: #BFD6FD;
--royal-blue-300: #8EB6FB;
--royal-blue-400: #5390F9;
--royal-blue-500: #2270F7;
--royal-blue-600: #0854D9;
--royal-blue-700: #0643AC;
--royal-blue-800: #04307B;
--royal-blue-900: #031F4F;
--royal-blue-950: #021331;
}