Royal Blue
#5387F9
BlueColor Codes
All color formats for development
HEX
#5387F9RGB
rgb(83, 135, 249)HSL
hsl(221, 93%, 65%)OKLCH
oklch(0.645 0.179 263.7)CMYK
cmyk(67%, 46%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3371F8
2#135BF6
3#084CE0
4#0742C0
5#0637A0
6#052C80
7#032160
8#021640
9#010B20
Tints
Lighter variations
1#6493F9
2#759FFA
3#86ABFB
4#98B7FB
5#A9C3FC
6#BACFFD
7#CBDBFD
8#DDE7FE
9#EEF3FE
Tones
Muted variations
1#5B8AF0
2#638DE8
3#6C90E0
4#7493D8
5#7C97CF
6#859AC7
7#8D9DBF
8#95A0B6
9#9DA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD3 #BFD3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB0 #8EB0FB | BordersInactive statesPlaceholder text |
| 400 | 5387 #5387F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2265 #2265F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 084A #084AD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 063B #063BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042A #042A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031B #031B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE7FE;
--royal-blue-200: #BFD3FD;
--royal-blue-300: #8EB0FB;
--royal-blue-400: #5387F9;
--royal-blue-500: #2265F7;
--royal-blue-600: #084AD9;
--royal-blue-700: #063BAC;
--royal-blue-800: #042A7B;
--royal-blue-900: #031B4F;
--royal-blue-950: #021131;
}