Royal Blue
#5B85F1
BlueColor Codes
All color formats for development
HEX
#5B85F1RGB
rgb(91, 133, 241)HSL
hsl(223, 84%, 65%)OKLCH
oklch(0.639 0.168 265.9)CMYK
cmyk(62%, 45%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C6FEE
2#1E58EB
3#134AD5
4#103FB7
5#0D3598
6#0B2A7A
7#08205B
8#05153D
9#030B1E
Tints
Lighter variations
1#6B91F2
2#7C9EF4
3#8CAAF5
4#9CB6F6
5#ADC2F8
6#BDCEF9
7#CEDAFB
8#DEE7FC
9#EFF3FE
Tones
Muted variations
1#6289E9
2#6A8CE2
3#718FDA
4#7992D3
5#8096CB
6#8899C4
7#8F9CBC
8#979FB5
9#9EA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D2 #C2D2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93AF #93AFF6 | BordersInactive statesPlaceholder text |
| 400 | 5B85 #5B85F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C62 #2C62ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1247 #1247CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E39 #0E39A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A29 #0A2975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071A #071A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE7FC;
--royal-blue-200: #C2D2FA;
--royal-blue-300: #93AFF6;
--royal-blue-400: #5B85F1;
--royal-blue-500: #2C62ED;
--royal-blue-600: #1247CE;
--royal-blue-700: #0E39A4;
--royal-blue-800: #0A2975;
--royal-blue-900: #071A4B;
--royal-blue-950: #04102F;
}