Steel Blue
#5D80BB
BlueColor Codes
All color formats for development
HEX
#5D80BBRGB
rgb(93, 128, 187)HSL
hsl(218, 41%, 55%)OKLCH
oklch(0.599 0.099 260.5)CMYK
cmyk(50%, 32%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A70B2
2#42649E
3#3A578A
4#324B77
5#293E63
6#21324F
7#19253B
8#111928
9#080C14
Tints
Lighter variations
1#6D8CC2
2#7E99C9
3#8EA6D0
4#9EB3D6
5#AEBFDD
6#BECCE4
7#CED9EB
8#DFE6F1
9#EFF2F8
Tones
Muted variations
1#6281B7
2#6782B2
3#6B83AD
4#7085A8
5#7586A4
6#79879F
7#7E889A
8#838A96
9#888B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBE #ACBEDC | BordersInactive statesPlaceholder text |
| 400 | 819C #819CCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D80 #5D80BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4264 #42649E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354F #354F7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2639 #26395A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | 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: #F4F7FA;
--steel-blue-100: #E6EBF4;
--steel-blue-200: #D0DAEB;
--steel-blue-300: #ACBEDC;
--steel-blue-400: #819CCA;
--steel-blue-500: #5D80BB;
--steel-blue-600: #42649E;
--steel-blue-700: #354F7E;
--steel-blue-800: #26395A;
--steel-blue-900: #18243A;
--steel-blue-950: #0F1724;
}