Steel Blue
#359AAC
CyanColor Codes
All color formats for development
HEX
#359AACRGB
rgb(53, 154, 172)HSL
hsl(189, 53%, 44%)OKLCH
oklch(0.636 0.094 211.8)CMYK
cmyk(69%, 10%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F8A9A
2#2A7B89
3#256C78
4#205C67
5#1A4D56
6#153E45
7#102E33
8#0B1F22
9#050F11
Tints
Lighter variations
1#3BADC2
2#50B7C9
3#66C0D0
4#7CC9D7
5#92D2DD
6#A8DBE4
7#BDE4EB
8#D3EDF2
9#E9F6F8
Tones
Muted variations
1#3B96A6
2#4192A0
3#478D9A
4#4D8994
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 #CCEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DA #A5DAE3 | BordersInactive statesPlaceholder text |
| 400 | 76C7 #76C7D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB7 #4FB7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359A #359AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7A #2A7A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E57 #1E5762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1338 #13383E | 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: #CCEAEF;
--steel-blue-300: #A5DAE3;
--steel-blue-400: #76C7D5;
--steel-blue-500: #4FB7C9;
--steel-blue-600: #359AAC;
--steel-blue-700: #2A7A89;
--steel-blue-800: #1E5762;
--steel-blue-900: #13383E;
--steel-blue-950: #0C2327;
}