Royal Blue
#5E93ED
BlueColor Codes
All color formats for development
HEX
#5E93EDRGB
rgb(94, 147, 237)HSL
hsl(218, 80%, 65%)OKLCH
oklch(0.667 0.146 260.4)CMYK
cmyk(60%, 38%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#417FEA
2#236AE7
3#175BD1
4#144EB3
5#114195
6#0D3477
7#0A275A
8#071A3C
9#030D1E
Tints
Lighter variations
1#6E9EEF
2#7EA8F1
3#8FB3F3
4#9FBEF4
5#AFC9F6
6#BFD4F8
7#CFDFFA
8#DFE9FB
9#EFF4FD
Tones
Muted variations
1#6595E6
2#6D97DF
3#7498D8
4#7B9AD1
5#829CC9
6#899EC2
7#90A0BB
8#97A2B4
9#9FA4AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D7 #C3D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B8 #95B8F3 | BordersInactive statesPlaceholder text |
| 400 | 5E93 #5E93ED | Disabled statesSecondary iconsMuted text |
| 500 | 3074 #3074E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1658 #1658CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1246 #1246A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D32 #0D3273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0820 #082049 | Primary textHigh emphasis contentDark headings |
| 950 | 0514 #05142E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FD;
--royal-blue-100: #DFE9FB;
--royal-blue-200: #C3D7F8;
--royal-blue-300: #95B8F3;
--royal-blue-400: #5E93ED;
--royal-blue-500: #3074E8;
--royal-blue-600: #1658CA;
--royal-blue-700: #1246A1;
--royal-blue-800: #0D3273;
--royal-blue-900: #082049;
--royal-blue-950: #05142E;
}