Royal Blue
#5B97F1
BlueColor Codes
All color formats for development
HEX
#5B97F1RGB
rgb(91, 151, 241)HSL
hsl(216, 84%, 65%)OKLCH
oklch(0.677 0.148 258.3)CMYK
cmyk(62%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C83EE
2#1E70EB
3#1361D5
4#1053B7
5#0D4598
6#0B377A
7#08295B
8#051C3D
9#030E1E
Tints
Lighter variations
1#6BA1F2
2#7CACF4
3#8CB6F5
4#9CC0F6
5#ADCBF8
6#BDD5F9
7#CEE0FB
8#DEEAFC
9#EFF5FE
Tones
Muted variations
1#6298E9
2#6A9AE2
3#719BDA
4#799DD3
5#809ECB
6#88A0C4
7#8FA1BC
8#97A3B5
9#9EA4AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D8 #C2D8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BA #93BAF6 | BordersInactive statesPlaceholder text |
| 400 | 5B97 #5B97F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C79 #2C79ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 125D #125DCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E4A #0E4AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A35 #0A3575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0722 #07224B | Primary textHigh emphasis contentDark headings |
| 950 | 0415 #04152F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FE;
--royal-blue-100: #DEEAFC;
--royal-blue-200: #C2D8FA;
--royal-blue-300: #93BAF6;
--royal-blue-400: #5B97F1;
--royal-blue-500: #2C79ED;
--royal-blue-600: #125DCE;
--royal-blue-700: #0E4AA4;
--royal-blue-800: #0A3575;
--royal-blue-900: #07224B;
--royal-blue-950: #04152F;
}