Steel Blue
#349BAD
CyanColor Codes
All color formats for development
HEX
#349BADRGB
rgb(52, 155, 173)HSL
hsl(189, 54%, 44%)OKLCH
oklch(0.639 0.095 211.6)CMYK
cmyk(70%, 10%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E8B9C
2#297C8A
3#246C79
4#1F5D68
5#1A4D56
6#153E45
7#0F2E34
8#0A1F23
9#050F11
Tints
Lighter variations
1#3AAEC3
2#4FB8CA
3#65C1D1
4#7BCAD8
5#91D3DE
6#A7DBE5
7#BDE4EB
8#D3EDF2
9#E9F6F8
Tones
Muted variations
1#3A96A7
2#4092A1
3#468E9B
4#4C8A95
5#52858E
6#588188
7#5E7D82
8#64797C
9#6A7476
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DB #A5DBE4 | BordersInactive statesPlaceholder text |
| 400 | 76C7 #76C7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB8 #4EB8CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 349B #349BAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 297B #297B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D58 #1D5862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1338 #13383F | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFB;
--steel-blue-100: #E4F4F7;
--steel-blue-200: #CCEAF0;
--steel-blue-300: #A5DBE4;
--steel-blue-400: #76C7D6;
--steel-blue-500: #4EB8CA;
--steel-blue-600: #349BAD;
--steel-blue-700: #297B89;
--steel-blue-800: #1D5862;
--steel-blue-900: #13383F;
--steel-blue-950: #0C2327;
}