Steel Blue
#5A91BF
BlueColor Codes
All color formats for development
HEX
#5A91BFRGB
rgb(90, 145, 191)HSL
hsl(207, 44%, 55%)OKLCH
oklch(0.637 0.091 245.1)CMYK
cmyk(53%, 24%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4784B6
2#3F75A2
3#37668D
4#2F5879
5#274965
6#1F3B51
7#182C3D
8#101D28
9#080F14
Tints
Lighter variations
1#6A9CC5
2#7BA7CC
3#8BB2D2
4#9CBDD8
5#ACC8DF
6#BDD3E5
7#CDDEEC
8#DEE9F2
9#EEF4F9
Tones
Muted variations
1#5F91BA
2#6490B5
3#6990B0
4#6E8FAB
5#738FA5
6#788EA0
7#7D8E9B
8#828D96
9#878D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDF #CFDFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC7 #ABC7DE | BordersInactive statesPlaceholder text |
| 400 | 7EAA #7EAACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A91 #5A91BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F75 #3F75A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325D #325D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2443 #24435C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EEF5;
--steel-blue-200: #CFDFEC;
--steel-blue-300: #ABC7DE;
--steel-blue-400: #7EAACD;
--steel-blue-500: #5A91BF;
--steel-blue-600: #3F75A2;
--steel-blue-700: #325D81;
--steel-blue-800: #24435C;
--steel-blue-900: #172B3B;
--steel-blue-950: #0E1B25;
}