Steel Blue
#2382BE
BlueColor Codes
All color formats for development
HEX
#2382BERGB
rgb(35, 130, 190)HSL
hsl(203, 69%, 44%)OKLCH
oklch(0.582 0.125 242.2)CMYK
cmyk(82%, 32%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F75AB
2#1C6898
3#185B85
4#154E72
5#11415F
6#0E344C
7#0A2739
8#071A26
9#030D13
Tints
Lighter variations
1#2793D6
2#3E9FDC
3#56ABE0
4#6EB7E4
5#86C3E9
6#9ECFED
7#B7DBF2
8#CFE7F6
9#E7F3FB
Tones
Muted variations
1#2B80B6
2#327FAE
3#3A7DA6
4#427B9F
5#497997
6#51778F
7#597687
8#617480
9#687278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E3 #C7E3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCE #9CCEED | BordersInactive statesPlaceholder text |
| 400 | 68B4 #68B4E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D9F #3D9FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2382 #2382BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C68 #1C6897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144A #144A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2F #0D2F45 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E1F0F9;
--steel-blue-200: #C7E3F5;
--steel-blue-300: #9CCEED;
--steel-blue-400: #68B4E3;
--steel-blue-500: #3D9FDB;
--steel-blue-600: #2382BE;
--steel-blue-700: #1C6897;
--steel-blue-800: #144A6C;
--steel-blue-900: #0D2F45;
--steel-blue-950: #081E2B;
}