Steel Blue
#2366BE
BlueColor Codes
All color formats for development
HEX
#2366BERGB
rgb(35, 102, 190)HSL
hsl(214, 69%, 44%)OKLCH
oklch(0.517 0.154 257)CMYK
cmyk(82%, 46%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5CAB
2#1C5298
3#184785
4#153D72
5#11335F
6#0E294C
7#0A1F39
8#071426
9#030A13
Tints
Lighter variations
1#2773D6
2#3E82DC
3#5692E0
4#6EA1E4
5#86B1E9
6#9EC1ED
7#B7D0F2
8#CFE0F6
9#E7EFFB
Tones
Muted variations
1#2B67B6
2#3268AE
3#3A69A6
4#426A9F
5#496B97
6#516C8F
7#596D87
8#616E80
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 | C7DB #C7DBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBF #9CBFED | BordersInactive statesPlaceholder text |
| 400 | 689E #689EE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D82 #3D82DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2366 #2366BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C51 #1C5197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143A #143A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D25 #0D2545 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | 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: #C7DBF5;
--steel-blue-300: #9CBFED;
--steel-blue-400: #689EE3;
--steel-blue-500: #3D82DB;
--steel-blue-600: #2366BE;
--steel-blue-700: #1C5197;
--steel-blue-800: #143A6C;
--steel-blue-900: #0D2545;
--steel-blue-950: #08172B;
}