Steel Blue
#5789C1
BlueColor Codes
All color formats for development
HEX
#5789C1RGB
rgb(87, 137, 193)HSL
hsl(212, 46%, 55%)OKLCH
oklch(0.619 0.101 252.3)CMYK
cmyk(55%, 29%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#447AB8
2#3D6DA4
3#355F8F
4#2D527B
5#264466
6#1E3652
7#17293D
8#0F1B29
9#080E14
Tints
Lighter variations
1#6895C7
2#79A0CD
3#8AACD4
4#9AB8DA
5#ABC4E0
6#BCD0E6
7#CDDCEC
8#DDE7F3
9#EEF3F9
Tones
Muted variations
1#5D89BC
2#6289B6
3#678AB1
4#6D8AAC
5#728AA7
6#778BA1
7#7C8B9C
8#828C97
9#878C92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDD #CFDDED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C3 #A9C3DF | BordersInactive statesPlaceholder text |
| 400 | 7DA3 #7DA3CF | Disabled statesSecondary iconsMuted text |
| 500 | 5789 #5789C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D6D #3D6DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3057 #305782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223E #223E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1628 #16283C | Primary textHigh emphasis contentDark headings |
| 950 | 0E19 #0E1925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5EDF5;
--steel-blue-200: #CFDDED;
--steel-blue-300: #A9C3DF;
--steel-blue-400: #7DA3CF;
--steel-blue-500: #5789C1;
--steel-blue-600: #3D6DA4;
--steel-blue-700: #305782;
--steel-blue-800: #223E5D;
--steel-blue-900: #16283C;
--steel-blue-950: #0E1925;
}