Steel Blue
#5F9AB9
BlueColor Codes
All color formats for development
HEX
#5F9AB9RGB
rgb(95, 154, 185)HSL
hsl(201, 39%, 55%)OKLCH
oklch(0.658 0.077 232.6)CMYK
cmyk(49%, 17%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D8DAF
2#447D9C
3#3C6E88
4#335E75
5#2B4E61
6#223F4E
7#1A2F3A
8#111F27
9#091013
Tints
Lighter variations
1#6FA4C0
2#7FAEC7
3#8FB8CE
4#9FC2D5
5#AFCCDC
6#BFD6E3
7#CFE1EA
8#DFEBF1
9#EFF5F8
Tones
Muted variations
1#6498B5
2#6897B0
3#6D96AC
4#7194A7
5#7693A3
6#7A929E
7#7F909A
8#838F95
9#888E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E2 #D1E2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCB #ADCBDB | BordersInactive statesPlaceholder text |
| 400 | 83B0 #83B0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F9A #5F9AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 447D #447D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3664 #36647C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2747 #274759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192E #192E39 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EFF4;
--steel-blue-200: #D1E2EB;
--steel-blue-300: #ADCBDB;
--steel-blue-400: #83B0C9;
--steel-blue-500: #5F9AB9;
--steel-blue-600: #447D9C;
--steel-blue-700: #36647C;
--steel-blue-800: #274759;
--steel-blue-900: #192E39;
--steel-blue-950: #101C23;
}