Steel Blue
#348CAD
BlueColor Codes
All color formats for development
HEX
#348CADRGB
rgb(52, 140, 173)HSL
hsl(196, 54%, 44%)OKLCH
oklch(0.602 0.096 226.8)CMYK
cmyk(70%, 19%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E7E9C
2#29708A
3#246279
4#1F5468
5#1A4656
6#153845
7#0F2A34
8#0A1C23
9#050E11
Tints
Lighter variations
1#3A9EC3
2#4FAACA
3#65B4D1
4#7BBFD8
5#91CADE
6#A7D4E5
7#BDDFEB
8#D3EAF2
9#E9F4F8
Tones
Muted variations
1#3A8AA7
2#4087A1
3#46849B
4#4C8195
5#527E8E
6#587C88
7#5E7982
8#64767C
9#6A7376
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE6 #CCE6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D3 #A5D3E4 | BordersInactive statesPlaceholder text |
| 400 | 76BC #76BCD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EA9 #4EA9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 348C #348CAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2970 #297089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D50 #1D5062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1333 #13333F | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FB;
--steel-blue-100: #E4F2F7;
--steel-blue-200: #CCE6F0;
--steel-blue-300: #A5D3E4;
--steel-blue-400: #76BCD6;
--steel-blue-500: #4EA9CA;
--steel-blue-600: #348CAD;
--steel-blue-700: #297089;
--steel-blue-800: #1D5062;
--steel-blue-900: #13333F;
--steel-blue-950: #0C2027;
}