Steel Blue
#5A9BBF
BlueColor Codes
All color formats for development
HEX
#5A9BBFRGB
rgb(90, 155, 191)HSL
hsl(201, 44%, 55%)OKLCH
oklch(0.66 0.086 234.4)CMYK
cmyk(53%, 19%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#478FB6
2#3F7FA2
3#376F8D
4#2F5F79
5#274F65
6#1F4051
7#18303D
8#102028
9#081014
Tints
Lighter variations
1#6AA5C5
2#7BAFCC
3#8BB9D2
4#9CC3D8
5#ACCDDF
6#BDD7E5
7#CDE1EC
8#DEEBF2
9#EEF5F9
Tones
Muted variations
1#5F9ABA
2#6498B5
3#6997B0
4#6E95AB
5#7394A5
6#7892A0
7#7D919B
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 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCC #ABCCDE | BordersInactive statesPlaceholder text |
| 400 | 7EB2 #7EB2CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9B #5A9BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7F #3F7FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3265 #326581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2448 #24485C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172E #172E3B | 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: #CFE2EC;
--steel-blue-300: #ABCCDE;
--steel-blue-400: #7EB2CD;
--steel-blue-500: #5A9BBF;
--steel-blue-600: #3F7FA2;
--steel-blue-700: #326581;
--steel-blue-800: #24485C;
--steel-blue-900: #172E3B;
--steel-blue-950: #0E1D25;
}