Steel Blue
#2392BE
BlueColor Codes
All color formats for development
HEX
#2392BERGB
rgb(35, 146, 190)HSL
hsl(197, 69%, 44%)OKLCH
oklch(0.62 0.115 230.5)CMYK
cmyk(82%, 23%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F83AB
2#1C7598
3#186685
4#155772
5#11495F
6#0E3A4C
7#0A2C39
8#071D26
9#030F13
Tints
Lighter variations
1#27A4D6
2#3EAFDC
3#56B9E0
4#6EC3E4
5#86CDE9
6#9ED7ED
7#B7E1F2
8#CFEBF6
9#E7F5FB
Tones
Muted variations
1#2B8EB6
2#328BAE
3#3A88A6
4#42849F
5#498197
6#517E8F
7#597A87
8#617780
9#687478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E8 #C7E8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD6 #9CD6ED | BordersInactive statesPlaceholder text |
| 400 | 68C0 #68C0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DAF #3DAFDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2392 #2392BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C74 #1C7497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1453 #14536C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D35 #0D3545 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFD;
--steel-blue-100: #E1F2F9;
--steel-blue-200: #C7E8F5;
--steel-blue-300: #9CD6ED;
--steel-blue-400: #68C0E3;
--steel-blue-500: #3DAFDB;
--steel-blue-600: #2392BE;
--steel-blue-700: #1C7497;
--steel-blue-800: #14536C;
--steel-blue-900: #0D3545;
--steel-blue-950: #08212B;
}