Royal Blue
#5B8DF1
BlueColor Codes
All color formats for development
HEX
#5B8DF1RGB
rgb(91, 141, 241)HSL
hsl(220, 84%, 65%)OKLCH
oklch(0.656 0.159 262.8)CMYK
cmyk(62%, 41%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C78EE
2#1E62EB
3#1354D5
4#1048B7
5#0D3C98
6#0B307A
7#08245B
8#05183D
9#030C1E
Tints
Lighter variations
1#6B98F2
2#7CA4F4
3#8CAFF5
4#9CBAF6
5#ADC6F8
6#BDD1F9
7#CEDDFB
8#DEE8FC
9#EFF4FE
Tones
Muted variations
1#628FE9
2#6A92E2
3#7194DA
4#7997D3
5#8099CB
6#889CC4
7#8F9EBC
8#97A1B5
9#9EA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE8 #DEE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D5 #C2D5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B4 #93B4F6 | BordersInactive statesPlaceholder text |
| 400 | 5B8D #5B8DF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C6C #2C6CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1251 #1251CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E40 #0E40A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2E #0A2E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071D #071D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0412 #04122F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE8FC;
--royal-blue-200: #C2D5FA;
--royal-blue-300: #93B4F6;
--royal-blue-400: #5B8DF1;
--royal-blue-500: #2C6CED;
--royal-blue-600: #1251CE;
--royal-blue-700: #0E40A4;
--royal-blue-800: #0A2E75;
--royal-blue-900: #071D4B;
--royal-blue-950: #04122F;
}