Steel Blue
#3497AD
CyanColor Codes
All color formats for development
HEX
#3497ADRGB
rgb(52, 151, 173)HSL
hsl(191, 54%, 44%)OKLCH
oklch(0.629 0.095 215.6)CMYK
cmyk(70%, 13%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E889C
2#29788A
3#246979
4#1F5A68
5#1A4B56
6#153C45
7#0F2D34
8#0A1E23
9#050F11
Tints
Lighter variations
1#3AAAC3
2#4FB4CA
3#65BDD1
4#7BC7D8
5#91D0DE
6#A7D9E5
7#BDE3EB
8#D3ECF2
9#E9F6F8
Tones
Muted variations
1#3A93A7
2#408FA1
3#468B9B
4#4C8795
5#52838E
6#588088
7#5E7C82
8#64787C
9#6A7476
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE9 #CCE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E4 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB3 #4EB3CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3497 #3497AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2978 #297889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D56 #1D5662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373F | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFB;
--steel-blue-100: #E4F3F7;
--steel-blue-200: #CCE9F0;
--steel-blue-300: #A5D8E4;
--steel-blue-400: #76C4D6;
--steel-blue-500: #4EB3CA;
--steel-blue-600: #3497AD;
--steel-blue-700: #297889;
--steel-blue-800: #1D5662;
--steel-blue-900: #13373F;
--steel-blue-950: #0C2227;
}