Steel Blue
#3596AC
CyanColor Codes
All color formats for development
HEX
#3596ACRGB
rgb(53, 150, 172)HSL
hsl(191, 53%, 44%)OKLCH
oklch(0.626 0.094 215.9)CMYK
cmyk(69%, 13%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F879A
2#2A7889
3#256978
4#205A67
5#1A4B56
6#153C45
7#102D33
8#0B1E22
9#050F11
Tints
Lighter variations
1#3BA9C2
2#50B3C9
3#66BDD0
4#7CC6D7
5#92D0DD
6#A8D9E4
7#BDE3EB
8#D3ECF2
9#E9F6F8
Tones
Muted variations
1#3B92A6
2#418EA0
3#478B9A
4#4D8794
5#52838E
6#587F88
7#5E7B82
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 #CCE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E3 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB3 #4FB3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3596 #3596AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A77 #2A7789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E55 #1E5562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1336 #13363E | 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: #CCE9EF;
--steel-blue-300: #A5D8E3;
--steel-blue-400: #76C4D5;
--steel-blue-500: #4FB3C9;
--steel-blue-600: #3596AC;
--steel-blue-700: #2A7789;
--steel-blue-800: #1E5562;
--steel-blue-900: #13363E;
--steel-blue-950: #0C2227;
}