Steel Blue
#5C81BC
BlueColor Codes
All color formats for development
HEX
#5C81BCRGB
rgb(92, 129, 188)HSL
hsl(217, 42%, 55%)OKLCH
oklch(0.601 0.1 259.4)CMYK
cmyk(51%, 31%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4972B3
2#41659F
3#39598B
4#314C77
5#293F64
6#213350
7#18263C
8#101928
9#080D14
Tints
Lighter variations
1#6C8EC3
2#7D9ACA
3#8DA7D0
4#9DB3D7
5#AEC0DE
6#BECDE4
7#CED9EB
8#DEE6F2
9#EFF2F8
Tones
Muted variations
1#6182B8
2#6683B3
3#6B84AE
4#6F86A9
5#7487A4
6#7988A0
7#7E899B
8#838A96
9#878B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DB #D0DBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBF #ACBFDD | BordersInactive statesPlaceholder text |
| 400 | 809D #809DCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C81 #5C81BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4165 #41659F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3451 #34517F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253A #253A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1825 #18253A | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E6EBF5;
--steel-blue-200: #D0DBEC;
--steel-blue-300: #ACBFDD;
--steel-blue-400: #809DCB;
--steel-blue-500: #5C81BC;
--steel-blue-600: #41659F;
--steel-blue-700: #34517F;
--steel-blue-800: #253A5B;
--steel-blue-900: #18253A;
--steel-blue-950: #0F1724;
}