Royal Blue
#5E9AED
BlueColor Codes
All color formats for development
HEX
#5E9AEDRGB
rgb(94, 154, 237)HSL
hsl(215, 80%, 65%)OKLCH
oklch(0.682 0.138 256.8)CMYK
cmyk(60%, 35%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4187EA
2#2374E7
3#1765D1
4#1456B3
5#114895
6#0D3977
7#0A2B5A
8#071D3C
9#030E1E
Tints
Lighter variations
1#6EA4EF
2#7EAEF1
3#8FB8F3
4#9FC2F4
5#AFCCF6
6#BFD7F8
7#CFE1FA
8#DFEBFB
9#EFF5FD
Tones
Muted variations
1#659BE6
2#6D9CDF
3#749DD8
4#7B9FD1
5#82A0C9
6#89A1C2
7#90A2BB
8#97A3B4
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D9 #C3D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BD #95BDF3 | BordersInactive statesPlaceholder text |
| 400 | 5E9A #5E9AED | Disabled statesSecondary iconsMuted text |
| 500 | 307D #307DE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1661 #1661CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 124D #124DA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D37 #0D3773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0823 #082349 | Primary textHigh emphasis contentDark headings |
| 950 | 0516 #05162E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FD;
--royal-blue-100: #DFEBFB;
--royal-blue-200: #C3D9F8;
--royal-blue-300: #95BDF3;
--royal-blue-400: #5E9AED;
--royal-blue-500: #307DE8;
--royal-blue-600: #1661CA;
--royal-blue-700: #124DA1;
--royal-blue-800: #0D3773;
--royal-blue-900: #082349;
--royal-blue-950: #05162E;
}