Steel Blue
#4097A0
CyanColor Codes
All color formats for development
HEX
#4097A0RGB
rgb(64, 151, 160)HSL
hsl(186, 43%, 44%)OKLCH
oklch(0.627 0.084 204.6)CMYK
cmyk(60%, 6%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A8890
2#337980
3#2D6A70
4#265A60
5#204B50
6#1A3C40
7#132D30
8#0D1E20
9#060F10
Tints
Lighter variations
1#48AAB5
2#5CB4BE
3#70BDC6
4#84C7CE
5#99D0D6
6#ADDADE
7#C2E3E7
8#D6ECEF
9#EBF6F7
Tones
Muted variations
1#45939C
2#4A8F97
3#4E8B92
4#53878D
5#588388
6#5D8083
7#627C7F
8#67787A
9#6B7475
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD9 #ABD9DE | BordersInactive statesPlaceholder text |
| 400 | 7FC4 #7FC4CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB4 #5BB4BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4097 #4097A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3378 #337880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2456 #24565B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1737 #17373A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F5;
--steel-blue-200: #D0E9EC;
--steel-blue-300: #ABD9DE;
--steel-blue-400: #7FC4CC;
--steel-blue-500: #5BB4BE;
--steel-blue-600: #4097A0;
--steel-blue-700: #337880;
--steel-blue-800: #24565B;
--steel-blue-900: #17373A;
--steel-blue-950: #0F2224;
}