Steel Blue
#359EAC
CyanColor Codes
All color formats for development
HEX
#359EACRGB
rgb(53, 158, 172)HSL
hsl(187, 53%, 44%)OKLCH
oklch(0.646 0.095 207.8)CMYK
cmyk(69%, 8%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F8E9A
2#2A7E89
3#256E78
4#205F67
5#1A4F56
6#153F45
7#102F33
8#0B2022
9#051011
Tints
Lighter variations
1#3BB2C2
2#50BBC9
3#66C4D0
4#7CCCD7
5#92D5DD
6#A8DDE4
7#BDE6EB
8#D3EEF2
9#E9F7F8
Tones
Muted variations
1#3B99A6
2#4195A0
3#47909A
4#4D8C94
5#52878E
6#588288
7#5E7E82
8#64797C
9#6A7576
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 | CCEB #CCEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DC #A5DCE3 | BordersInactive statesPlaceholder text |
| 400 | 76CA #76CAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FBB #4FBBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359E #359EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7E #2A7E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E5A #1E5A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1339 #13393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C24 #0C2427 | 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: #CCEBEF;
--steel-blue-300: #A5DCE3;
--steel-blue-400: #76CAD5;
--steel-blue-500: #4FBBC9;
--steel-blue-600: #359EAC;
--steel-blue-700: #2A7E89;
--steel-blue-800: #1E5A62;
--steel-blue-900: #13393E;
--steel-blue-950: #0C2427;
}