Steel Blue
#2598BB
CyanColor Codes
All color formats for development
HEX
#2598BBRGB
rgb(37, 152, 187)HSL
hsl(194, 67%, 44%)OKLCH
oklch(0.634 0.109 223.8)CMYK
cmyk(80%, 19%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2189A9
2#1E7A96
3#1A6B83
4#165B70
5#134C5E
6#0F3D4B
7#0B2E38
8#071E25
9#040F13
Tints
Lighter variations
1#2AACD3
2#40B6D9
3#58BFDE
4#70C8E3
5#88D1E7
6#A0DAEC
7#B7E3F1
8#CFEDF6
9#E7F6FA
Tones
Muted variations
1#2D94B4
2#3490AC
3#3C8CA5
4#43889D
5#4B8496
6#52808E
7#5A7C87
8#61787F
9#697478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EA #C8EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD9 #9DD9EC | BordersInactive statesPlaceholder text |
| 400 | 6AC6 #6AC6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB5 #3FB5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2598 #2598BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D79 #1D7995 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1557 #15576A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D37 #0D3744 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFC;
--steel-blue-100: #E1F4F9;
--steel-blue-200: #C8EAF4;
--steel-blue-300: #9DD9EC;
--steel-blue-400: #6AC6E2;
--steel-blue-500: #3FB5D9;
--steel-blue-600: #2598BB;
--steel-blue-700: #1D7995;
--steel-blue-800: #15576A;
--steel-blue-900: #0D3744;
--steel-blue-950: #08232B;
}