Royal Blue
#5E90ED
BlueColor Codes
All color formats for development
HEX
#5E90EDRGB
rgb(94, 144, 237)HSL
hsl(219, 80%, 65%)OKLCH
oklch(0.661 0.149 261.8)CMYK
cmyk(60%, 39%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#417CEA
2#2367E7
3#1758D1
4#144CB3
5#113F95
6#0D3277
7#0A265A
8#07193C
9#030D1E
Tints
Lighter variations
1#6E9BEF
2#7EA6F1
3#8FB2F3
4#9FBDF4
5#AFC8F6
6#BFD3F8
7#CFDEFA
8#DFE9FB
9#EFF4FD
Tones
Muted variations
1#6592E6
2#6D95DF
3#7497D8
4#7B99D1
5#829BC9
6#899DC2
7#909FBB
8#97A1B4
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 | C3D6 #C3D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B6 #95B6F3 | BordersInactive statesPlaceholder text |
| 400 | 5E90 #5E90ED | Disabled statesSecondary iconsMuted text |
| 500 | 3071 #3071E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1655 #1655CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1244 #1244A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D30 #0D3073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081F #081F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | 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: #C3D6F8;
--royal-blue-300: #95B6F3;
--royal-blue-400: #5E90ED;
--royal-blue-500: #3071E8;
--royal-blue-600: #1655CA;
--royal-blue-700: #1244A1;
--royal-blue-800: #0D3073;
--royal-blue-900: #081F49;
--royal-blue-950: #05132E;
}