Steel Blue
#4082A0
BlueColor Codes
All color formats for development
HEX
#4082A0RGB
rgb(64, 130, 160)HSL
hsl(199, 43%, 44%)OKLCH
oklch(0.576 0.081 230)CMYK
cmyk(60%, 19%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A7590
2#336880
3#2D5B70
4#264E60
5#204150
6#1A3440
7#132730
8#0D1A20
9#060D10
Tints
Lighter variations
1#4892B5
2#5C9FBE
3#70ABC6
4#84B7CE
5#99C3D6
6#ADCFDE
7#C2DBE7
8#D6E7EF
9#EBF3F7
Tones
Muted variations
1#45809C
2#4A7E97
3#4E7D92
4#537B8D
5#587988
6#5D7783
7#62767F
8#67747A
9#6B7275
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCE #ABCEDE | BordersInactive statesPlaceholder text |
| 400 | 7FB4 #7FB4CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B9E #5B9EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4082 #4082A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3367 #336780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244A #244A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F0F5;
--steel-blue-200: #D0E3EC;
--steel-blue-300: #ABCEDE;
--steel-blue-400: #7FB4CC;
--steel-blue-500: #5B9EBE;
--steel-blue-600: #4082A0;
--steel-blue-700: #336780;
--steel-blue-800: #244A5B;
--steel-blue-900: #172F3A;
--steel-blue-950: #0F1E24;
}