Steel Blue
#4088A0
BlueColor Codes
All color formats for development
HEX
#4088A0RGB
rgb(64, 136, 160)HSL
hsl(195, 43%, 44%)OKLCH
oklch(0.59 0.08 222.6)CMYK
cmyk(60%, 15%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A7B90
2#336D80
3#2D5F70
4#265260
5#204450
6#1A3740
7#132930
8#0D1B20
9#060E10
Tints
Lighter variations
1#489AB5
2#5CA5BE
3#70B1C6
4#84BCCE
5#99C7D6
6#ADD2DE
7#C2DDE7
8#D6E9EF
9#EBF4F7
Tones
Muted variations
1#45869C
2#4A8397
3#4E8192
4#537F8D
5#587C88
6#5D7A83
7#62777F
8#67757A
9#6B7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E5 #D0E5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD1 #ABD1DE | BordersInactive statesPlaceholder text |
| 400 | 7FB9 #7FB9CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BA5 #5BA5BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4088 #4088A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 336C #336C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244D #244D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1732 #17323A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F1F5;
--steel-blue-200: #D0E5EC;
--steel-blue-300: #ABD1DE;
--steel-blue-400: #7FB9CC;
--steel-blue-500: #5BA5BE;
--steel-blue-600: #4088A0;
--steel-blue-700: #336C80;
--steel-blue-800: #244D5B;
--steel-blue-900: #17323A;
--steel-blue-950: #0F1F24;
}