Steel Blue
#2368BE
BlueColor Codes
All color formats for development
HEX
#2368BERGB
rgb(35, 104, 190)HSL
hsl(213, 69%, 44%)OKLCH
oklch(0.522 0.151 256.1)CMYK
cmyk(82%, 45%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5EAB
2#1C5498
3#184985
4#153F72
5#11345F
6#0E2A4C
7#0A1F39
8#071526
9#030A13
Tints
Lighter variations
1#2776D6
2#3E85DC
3#5694E0
4#6EA3E4
5#86B3E9
6#9EC2ED
7#B7D1F2
8#CFE0F6
9#E7F0FB
Tones
Muted variations
1#2B69B6
2#326AAE
3#3A6BA6
4#426C9F
5#496C97
6#516D8F
7#596E87
8#616F80
9#686F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC0 #9CC0ED | BordersInactive statesPlaceholder text |
| 400 | 68A0 #68A0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D84 #3D84DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2368 #2368BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C53 #1C5397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143B #143B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D26 #0D2645 | 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: #E1ECF9;
--steel-blue-200: #C7DCF5;
--steel-blue-300: #9CC0ED;
--steel-blue-400: #68A0E3;
--steel-blue-500: #3D84DB;
--steel-blue-600: #2368BE;
--steel-blue-700: #1C5397;
--steel-blue-800: #143B6C;
--steel-blue-900: #0D2645;
--steel-blue-950: #08182B;
}