Steel Blue
#5F80B9
BlueColor Codes
All color formats for development
HEX
#5F80B9RGB
rgb(95, 128, 185)HSL
hsl(218, 39%, 55%)OKLCH
oklch(0.599 0.095 260.9)CMYK
cmyk(49%, 31%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D71AF
2#44659C
3#3C5888
4#334B75
5#2B3F61
6#22324E
7#1A263A
8#111927
9#090D13
Tints
Lighter variations
1#6F8DC0
2#7F9AC7
3#8FA6CE
4#9FB3D5
5#AFC0DC
6#BFCCE3
7#CFD9EA
8#DFE6F1
9#EFF2F8
Tones
Muted variations
1#6482B5
2#6883B0
3#6D84AC
4#7185A7
5#7686A3
6#7A879E
7#7F899A
8#838A95
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 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBE #ADBEDB | BordersInactive statesPlaceholder text |
| 400 | 839C #839CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F80 #5F80B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4465 #44659C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3650 #36507C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2739 #273959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1925 #192539 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | 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: #D1DAEB;
--steel-blue-300: #ADBEDB;
--steel-blue-400: #839CC9;
--steel-blue-500: #5F80B9;
--steel-blue-600: #44659C;
--steel-blue-700: #36507C;
--steel-blue-800: #273959;
--steel-blue-900: #192539;
--steel-blue-950: #101723;
}