Steel Blue
#5A9ABF
BlueColor Codes
All color formats for development
HEX
#5A9ABFRGB
rgb(90, 154, 191)HSL
hsl(202, 44%, 55%)OKLCH
oklch(0.658 0.086 235.5)CMYK
cmyk(53%, 19%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#478DB6
2#3F7DA2
3#376E8D
4#2F5E79
5#274E65
6#1F3F51
7#182F3D
8#101F28
9#081014
Tints
Lighter variations
1#6AA4C5
2#7BAECC
3#8BB8D2
4#9CC2D8
5#ACCCDF
6#BDD6E5
7#CDE1EC
8#DEEBF2
9#EEF5F9
Tones
Muted variations
1#5F98BA
2#6497B5
3#6996B0
4#6E94AB
5#7393A5
6#7892A0
7#7D909B
8#828F96
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCB #ABCBDE | BordersInactive statesPlaceholder text |
| 400 | 7EB0 #7EB0CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9A #5A9ABF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7D #3F7DA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3264 #326481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2447 #24475C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172E #172E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EFF5;
--steel-blue-200: #CFE2EC;
--steel-blue-300: #ABCBDE;
--steel-blue-400: #7EB0CD;
--steel-blue-500: #5A9ABF;
--steel-blue-600: #3F7DA2;
--steel-blue-700: #326481;
--steel-blue-800: #24475C;
--steel-blue-900: #172E3B;
--steel-blue-950: #0E1C25;
}