Steel Blue
#5F92B9
BlueColor Codes
All color formats for development
HEX
#5F92B9RGB
rgb(95, 146, 185)HSL
hsl(206, 39%, 55%)OKLCH
oklch(0.639 0.08 242.5)CMYK
cmyk(49%, 21%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D85AF
2#44769C
3#3C6788
4#335975
5#2B4A61
6#223B4E
7#1A2C3A
8#111E27
9#090F13
Tints
Lighter variations
1#6F9DC0
2#7FA8C7
3#8FB3CE
4#9FBED5
5#AFC9DC
6#BFD3E3
7#CFDEEA
8#DFE9F1
9#EFF4F8
Tones
Muted variations
1#6492B5
2#6891B0
3#6D90AC
4#7190A7
5#768FA3
6#7A8F9E
7#7F8E9A
8#838D95
9#888D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC7 #ADC7DB | BordersInactive statesPlaceholder text |
| 400 | 83AA #83AAC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F92 #5F92B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4476 #44769C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365E #365E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2743 #274359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192B #192B39 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EEF4;
--steel-blue-200: #D1E0EB;
--steel-blue-300: #ADC7DB;
--steel-blue-400: #83AAC9;
--steel-blue-500: #5F92B9;
--steel-blue-600: #44769C;
--steel-blue-700: #365E7C;
--steel-blue-800: #274359;
--steel-blue-900: #192B39;
--steel-blue-950: #101B23;
}