Steel Blue
#5989C0
BlueColor Codes
All color formats for development
HEX
#5989C0RGB
rgb(89, 137, 192)HSL
hsl(212, 45%, 55%)OKLCH
oklch(0.619 0.099 252.7)CMYK
cmyk(54%, 29%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#457AB7
2#3E6DA3
3#365F8E
4#2E527A
5#274466
6#1F3651
7#17293D
8#0F1B29
9#080E14
Tints
Lighter variations
1#6995C6
2#7AA0CD
3#8BACD3
4#9BB8D9
5#ACC4DF
6#BCD0E6
7#CDDCEC
8#DEE7F2
9#EEF3F9
Tones
Muted variations
1#5E89BB
2#6389B6
3#688AB0
4#6D8AAB
5#728BA6
6#788BA1
7#7D8B9C
8#828C97
9#878C91
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 | AAC3 #AAC3DF | BordersInactive statesPlaceholder text |
| 400 | 7EA3 #7EA3CE | Disabled statesSecondary iconsMuted text |
| 500 | 5989 #5989C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E6D #3E6DA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3157 #315781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 233E #233E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1628 #16283B | 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: #AAC3DF;
--steel-blue-400: #7EA3CE;
--steel-blue-500: #5989C0;
--steel-blue-600: #3E6DA3;
--steel-blue-700: #315781;
--steel-blue-800: #233E5C;
--steel-blue-900: #16283B;
--steel-blue-950: #0E1925;
}