Royal Blue
#5E9CED
BlueColor Codes
All color formats for development
HEX
#5E9CEDRGB
rgb(94, 156, 237)HSL
hsl(214, 80%, 65%)OKLCH
oklch(0.687 0.136 255.7)CMYK
cmyk(60%, 34%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#418AEA
2#2378E7
3#1768D1
4#1459B3
5#114A95
6#0D3B77
7#0A2C5A
8#071E3C
9#030F1E
Tints
Lighter variations
1#6EA6EF
2#7EB0F1
3#8FBAF3
4#9FC4F4
5#AFCEF6
6#BFD7F8
7#CFE1FA
8#DFEBFB
9#EFF5FD
Tones
Muted variations
1#659DE6
2#6D9EDF
3#749FD8
4#7BA0D1
5#82A1C9
6#89A2C2
7#90A3BB
8#97A4B4
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DA #C3DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BE #95BEF3 | BordersInactive statesPlaceholder text |
| 400 | 5E9C #5E9CED | Disabled statesSecondary iconsMuted text |
| 500 | 3080 #3080E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1664 #1664CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1250 #1250A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D39 #0D3973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0824 #082449 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FD;
--royal-blue-100: #DFEBFB;
--royal-blue-200: #C3DAF8;
--royal-blue-300: #95BEF3;
--royal-blue-400: #5E9CED;
--royal-blue-500: #3080E8;
--royal-blue-600: #1664CA;
--royal-blue-700: #1250A1;
--royal-blue-800: #0D3973;
--royal-blue-900: #082449;
--royal-blue-950: #05172E;
}