Steel Blue
#5A75BF
BlueColor Codes
All color formats for development
HEX
#5A75BFRGB
rgb(90, 117, 191)HSL
hsl(224, 44%, 55%)OKLCH
oklch(0.575 0.119 267.5)CMYK
cmyk(53%, 39%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4764B6
2#3F59A2
3#374E8D
4#2F4379
5#273865
6#1F2D51
7#18213D
8#101628
9#080B14
Tints
Lighter variations
1#6A83C5
2#7B90CC
3#8B9ED2
4#9CACD8
5#ACBADF
6#BDC8E5
7#CDD6EC
8#DEE3F2
9#EEF1F9
Tones
Muted variations
1#5F77BA
2#6479B5
3#697CB0
4#6E7EAB
5#7380A5
6#7883A0
7#7D859B
8#828896
9#878A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB8 #ABB8DE | BordersInactive statesPlaceholder text |
| 400 | 7E93 #7E93CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A75 #5A75BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F59 #3F59A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3247 #324781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2433 #24335C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1720 #17203B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD7EC;
--steel-blue-300: #ABB8DE;
--steel-blue-400: #7E93CD;
--steel-blue-500: #5A75BF;
--steel-blue-600: #3F59A2;
--steel-blue-700: #324781;
--steel-blue-800: #24335C;
--steel-blue-900: #17203B;
--steel-blue-950: #0E1425;
}