Steel Blue
#3491AD
CyanColor Codes
All color formats for development
HEX
#3491ADRGB
rgb(52, 145, 173)HSL
hsl(194, 54%, 44%)OKLCH
oklch(0.614 0.095 221.7)CMYK
cmyk(70%, 16%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E829C
2#29748A
3#246579
4#1F5768
5#1A4856
6#153A45
7#0F2B34
8#0A1D23
9#050E11
Tints
Lighter variations
1#3AA3C3
2#4FAECA
3#65B8D1
4#7BC2D8
5#91CCDE
6#A7D6E5
7#BDE0EB
8#D3EBF2
9#E9F5F8
Tones
Muted variations
1#3A8DA7
2#408AA1
3#46879B
4#4C8495
5#52808E
6#587D88
7#5E7A82
8#64777C
9#6A7376
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE7 #CCE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D5 #A5D5E4 | BordersInactive statesPlaceholder text |
| 400 | 76BF #76BFD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EAD #4EADCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3491 #3491AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2973 #297389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D52 #1D5262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353F | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFB;
--steel-blue-100: #E4F2F7;
--steel-blue-200: #CCE7F0;
--steel-blue-300: #A5D5E4;
--steel-blue-400: #76BFD6;
--steel-blue-500: #4EADCA;
--steel-blue-600: #3491AD;
--steel-blue-700: #297389;
--steel-blue-800: #1D5262;
--steel-blue-900: #13353F;
--steel-blue-950: #0C2127;
}