Steel Blue
#59ABC0
CyanColor Codes
All color formats for development
HEX
#59ABC0RGB
rgb(89, 171, 192)HSL
hsl(192, 45%, 55%)OKLCH
oklch(0.698 0.085 216.6)CMYK
cmyk(54%, 11%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45A0B7
2#3E8EA3
3#367D8E
4#2E6B7A
5#275966
6#1F4751
7#17353D
8#0F2429
9#081214
Tints
Lighter variations
1#69B4C6
2#7ABCCD
3#8BC4D3
4#9BCDD9
5#ACD5DF
6#BCDDE6
7#CDE6EC
8#DEEEF2
9#EEF7F9
Tones
Muted variations
1#5EA8BB
2#63A5B6
3#68A2B0
4#6D9FAB
5#729CA6
6#7899A1
7#7D969C
8#829297
9#878F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE7 #CFE7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD4 #AAD4DF | BordersInactive statesPlaceholder text |
| 400 | 7EBE #7EBECE | Disabled statesSecondary iconsMuted text |
| 500 | 59AB #59ABC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8E #3E8EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3171 #317181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2351 #23515C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1634 #16343B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F2F5;
--steel-blue-200: #CFE7ED;
--steel-blue-300: #AAD4DF;
--steel-blue-400: #7EBECE;
--steel-blue-500: #59ABC0;
--steel-blue-600: #3E8EA3;
--steel-blue-700: #317181;
--steel-blue-800: #23515C;
--steel-blue-900: #16343B;
--steel-blue-950: #0E2025;
}