Royal Blue
#5B9EF1
BlueColor Codes
All color formats for development
HEX
#5B9EF1RGB
rgb(91, 158, 241)HSL
hsl(213, 84%, 65%)OKLCH
oklch(0.692 0.141 254.8)CMYK
cmyk(62%, 34%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C8CEE
2#1E7AEB
3#136AD5
4#105BB7
5#0D4C98
6#0B3D7A
7#082E5B
8#051E3D
9#030F1E
Tints
Lighter variations
1#6BA8F2
2#7CB2F4
3#8CBBF5
4#9CC5F6
5#ADCFF8
6#BDD8F9
7#CEE2FB
8#DEECFC
9#EFF5FE
Tones
Muted variations
1#629FE9
2#6AA0E2
3#71A1DA
4#79A1D3
5#80A2CB
6#88A3C4
7#8FA4BC
8#97A4B5
9#9EA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DB #C2DBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BF #93BFF6 | BordersInactive statesPlaceholder text |
| 400 | 5B9E #5B9EF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C83 #2C83ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1267 #1267CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E52 #0E52A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3A #0A3A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0725 #07254B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DEECFC;
--royal-blue-200: #C2DBFA;
--royal-blue-300: #93BFF6;
--royal-blue-400: #5B9EF1;
--royal-blue-500: #2C83ED;
--royal-blue-600: #1267CE;
--royal-blue-700: #0E52A4;
--royal-blue-800: #0A3A75;
--royal-blue-900: #07254B;
--royal-blue-950: #04172F;
}