Steel Blue
#2283BF
BlueColor Codes
All color formats for development
HEX
#2283BFRGB
rgb(34, 131, 191)HSL
hsl(203, 70%, 44%)OKLCH
oklch(0.585 0.125 241.8)CMYK
cmyk(82%, 31%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E75AC
2#1B6899
3#185B86
4#144E72
5#11415F
6#0D344C
7#0A2739
8#071A26
9#030D13
Tints
Lighter variations
1#2693D7
2#3D9FDD
3#55ABE1
4#6DB7E5
5#86C3EA
6#9ECFEE
7#B6DBF2
8#CEE7F6
9#E7F3FB
Tones
Muted variations
1#2A81B7
2#317FAF
3#397DA7
4#417B9F
5#497997
6#517890
7#597688
8#607480
9#687278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E3 #C7E3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCE #9BCEED | BordersInactive statesPlaceholder text |
| 400 | 67B4 #67B4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C9F #3C9FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2283 #2283BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B68 #1B6898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134A #134A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2F #0C2F45 | 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: #E1F0FA;
--steel-blue-200: #C7E3F5;
--steel-blue-300: #9BCEED;
--steel-blue-400: #67B4E4;
--steel-blue-500: #3C9FDD;
--steel-blue-600: #2283BF;
--steel-blue-700: #1B6898;
--steel-blue-800: #134A6C;
--steel-blue-900: #0C2F45;
--steel-blue-950: #081E2B;
}