Steel Blue
#5A95BF
BlueColor Codes
All color formats for development
HEX
#5A95BFRGB
rgb(90, 149, 191)HSL
hsl(205, 44%, 55%)OKLCH
oklch(0.646 0.088 241)CMYK
cmyk(53%, 22%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4787B6
2#3F78A2
3#37698D
4#2F5A79
5#274B65
6#1F3C51
7#182D3D
8#101E28
9#080F14
Tints
Lighter variations
1#6A9FC5
2#7BAACC
3#8BB5D2
4#9CBFD8
5#ACCADF
6#BDD4E5
7#CDDFEC
8#DEEAF2
9#EEF4F9
Tones
Muted variations
1#5F94BA
2#6493B5
3#6992B0
4#6E91AB
5#7390A5
6#7890A0
7#7D8F9B
8#828E96
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 | CFE0 #CFE0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC9 #ABC9DE | BordersInactive statesPlaceholder text |
| 400 | 7EAC #7EACCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A95 #5A95BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F78 #3F78A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3260 #326081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2444 #24445C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3B | 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: #CFE0EC;
--steel-blue-300: #ABC9DE;
--steel-blue-400: #7EACCD;
--steel-blue-500: #5A95BF;
--steel-blue-600: #3F78A2;
--steel-blue-700: #326081;
--steel-blue-800: #24445C;
--steel-blue-900: #172C3B;
--steel-blue-950: #0E1B25;
}