Steel Blue
#4080A0
BlueColor Codes
All color formats for development
HEX
#4080A0RGB
rgb(64, 128, 160)HSL
hsl(200, 43%, 44%)OKLCH
oklch(0.571 0.082 232.4)CMYK
cmyk(60%, 20%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A7390
2#336780
3#2D5A70
4#264D60
5#204050
6#1A3340
7#132630
8#0D1A20
9#060D10
Tints
Lighter variations
1#4891B5
2#5C9DBE
3#70A9C6
4#84B6CE
5#99C2D6
6#ADCEDE
7#C2DAE7
8#D6E7EF
9#EBF3F7
Tones
Muted variations
1#457F9C
2#4A7D97
3#4E7B92
4#537A8D
5#587888
6#5D7783
7#62757F
8#67737A
9#6B7275
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCD #ABCDDE | BordersInactive statesPlaceholder text |
| 400 | 7FB3 #7FB3CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B9D #5B9DBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4080 #4080A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3366 #336680 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2449 #24495B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5F0F5;
--steel-blue-200: #D0E3EC;
--steel-blue-300: #ABCDDE;
--steel-blue-400: #7FB3CC;
--steel-blue-500: #5B9DBE;
--steel-blue-600: #4080A0;
--steel-blue-700: #336680;
--steel-blue-800: #24495B;
--steel-blue-900: #172F3A;
--steel-blue-950: #0F1D24;
}