Steel Blue
#2268BF
BlueColor Codes
All color formats for development
HEX
#2268BFRGB
rgb(34, 104, 191)HSL
hsl(213, 70%, 44%)OKLCH
oklch(0.522 0.153 256.2)CMYK
cmyk(82%, 46%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E5EAC
2#1B5399
3#184986
4#143F72
5#11345F
6#0D2A4C
7#0A1F39
8#071526
9#030A13
Tints
Lighter variations
1#2676D7
2#3D85DD
3#5594E1
4#6DA3E5
5#86B3EA
6#9EC2EE
7#B6D1F2
8#CEE0F6
9#E7F0FB
Tones
Muted variations
1#2A69B7
2#316AAF
3#396BA7
4#416B9F
5#496C97
6#516D90
7#596E88
8#606F80
9#686F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC0 #9BC0ED | BordersInactive statesPlaceholder text |
| 400 | 67A0 #67A0E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C84 #3C84DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2268 #2268BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B53 #1B5398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 133B #133B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C26 #0C2645 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FD;
--steel-blue-100: #E1ECFA;
--steel-blue-200: #C7DCF5;
--steel-blue-300: #9BC0ED;
--steel-blue-400: #67A0E4;
--steel-blue-500: #3C84DD;
--steel-blue-600: #2268BF;
--steel-blue-700: #1B5398;
--steel-blue-800: #133B6C;
--steel-blue-900: #0C2645;
--steel-blue-950: #08182B;
}