Steel Blue
#5A98BF
BlueColor Codes
All color formats for development
HEX
#5A98BFRGB
rgb(90, 152, 191)HSL
hsl(203, 44%, 55%)OKLCH
oklch(0.653 0.087 237.7)CMYK
cmyk(53%, 20%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#478BB6
2#3F7CA2
3#376C8D
4#2F5D79
5#274D65
6#1F3E51
7#182E3D
8#101F28
9#080F14
Tints
Lighter variations
1#6AA2C5
2#7BADCC
3#8BB7D2
4#9CC1D8
5#ACCCDF
6#BDD6E5
7#CDE0EC
8#DEEAF2
9#EEF5F9
Tones
Muted variations
1#5F97BA
2#6496B5
3#6994B0
4#6E93AB
5#7392A5
6#7891A0
7#7D909B
8#828F96
9#878D91
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 | CFE1 #CFE1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCA #ABCADE | BordersInactive statesPlaceholder text |
| 400 | 7EAF #7EAFCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A98 #5A98BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7C #3F7CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3262 #326281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2446 #24465C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172D #172D3B | 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: #CFE1EC;
--steel-blue-300: #ABCADE;
--steel-blue-400: #7EAFCD;
--steel-blue-500: #5A98BF;
--steel-blue-600: #3F7CA2;
--steel-blue-700: #326281;
--steel-blue-800: #24465C;
--steel-blue-900: #172D3B;
--steel-blue-950: #0E1C25;
}