Steel Blue
#408DA0
CyanColor Codes
All color formats for development
HEX
#408DA0RGB
rgb(64, 141, 160)HSL
hsl(192, 43%, 44%)OKLCH
oklch(0.603 0.08 216.4)CMYK
cmyk(60%, 12%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A7F90
2#337180
3#2D6370
4#265560
5#204750
6#1A3840
7#132A30
8#0D1C20
9#060E10
Tints
Lighter variations
1#489FB5
2#5CAABE
3#70B5C6
4#84BFCE
5#99CAD6
6#ADD5DE
7#C2DFE7
8#D6EAEF
9#EBF4F7
Tones
Muted variations
1#458A9C
2#4A8797
3#4E8492
4#53828D
5#587F88
6#5D7C83
7#62797F
8#67767A
9#6B7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD3 #ABD3DE | BordersInactive statesPlaceholder text |
| 400 | 7FBD #7FBDCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAA #5BAABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 408D #408DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3370 #337080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2450 #24505B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1733 #17333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F2F5;
--steel-blue-200: #D0E6EC;
--steel-blue-300: #ABD3DE;
--steel-blue-400: #7FBDCC;
--steel-blue-500: #5BAABE;
--steel-blue-600: #408DA0;
--steel-blue-700: #337080;
--steel-blue-800: #24505B;
--steel-blue-900: #17333A;
--steel-blue-950: #0F2024;
}