Steel Blue
#2397BE
BlueColor Codes
All color formats for development
HEX
#2397BERGB
rgb(35, 151, 190)HSL
hsl(195, 69%, 44%)OKLCH
oklch(0.633 0.113 226.4)CMYK
cmyk(82%, 21%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F88AB
2#1C7998
3#186A85
4#155B72
5#114B5F
6#0E3C4C
7#0A2D39
8#071E26
9#030F13
Tints
Lighter variations
1#27AAD6
2#3EB4DC
3#56BEE0
4#6EC7E4
5#86D0E9
6#9EDAED
7#B7E3F2
8#CFECF6
9#E7F6FB
Tones
Muted variations
1#2B93B6
2#328FAE
3#3A8BA6
4#42879F
5#498497
6#51808F
7#597C87
8#617880
9#687478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD9 #9CD9ED | BordersInactive statesPlaceholder text |
| 400 | 68C5 #68C5E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB4 #3DB4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2397 #2397BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C78 #1C7897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1456 #14566C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D37 #0D3745 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFD;
--steel-blue-100: #E1F3F9;
--steel-blue-200: #C7E9F5;
--steel-blue-300: #9CD9ED;
--steel-blue-400: #68C5E3;
--steel-blue-500: #3DB4DB;
--steel-blue-600: #2397BE;
--steel-blue-700: #1C7897;
--steel-blue-800: #14566C;
--steel-blue-900: #0D3745;
--steel-blue-950: #08222B;
}