Steel Blue
#5A9DBF
BlueColor Codes
All color formats for development
HEX
#5A9DBFRGB
rgb(90, 157, 191)HSL
hsl(200, 44%, 55%)OKLCH
oklch(0.665 0.085 232.1)CMYK
cmyk(53%, 18%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4791B6
2#3F81A2
3#37718D
4#2F6079
5#275065
6#1F4051
7#18303D
8#102028
9#081014
Tints
Lighter variations
1#6AA7C5
2#7BB1CC
3#8BBAD2
4#9CC4D8
5#ACCEDF
6#BDD8E5
7#CDE2EC
8#DEEBF2
9#EEF5F9
Tones
Muted variations
1#5F9BBA
2#649AB5
3#6998B0
4#6E96AB
5#7395A5
6#7893A0
7#7D919B
8#829096
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE3 #CFE3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCD #ABCDDE | BordersInactive statesPlaceholder text |
| 400 | 7EB3 #7EB3CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9D #5A9DBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F81 #3F81A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3266 #326681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2449 #24495C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5F0F5;
--steel-blue-200: #CFE3EC;
--steel-blue-300: #ABCDDE;
--steel-blue-400: #7EB3CD;
--steel-blue-500: #5A9DBF;
--steel-blue-600: #3F81A2;
--steel-blue-700: #326681;
--steel-blue-800: #24495C;
--steel-blue-900: #172F3B;
--steel-blue-950: #0E1D25;
}