Steel Blue
#2370BE
BlueColor Codes
All color formats for development
HEX
#2370BERGB
rgb(35, 112, 190)HSL
hsl(210, 69%, 44%)OKLCH
oklch(0.54 0.142 252.5)CMYK
cmyk(82%, 41%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F65AB
2#1C5A98
3#184F85
4#154372
5#11385F
6#0E2D4C
7#0A2239
8#071626
9#030B13
Tints
Lighter variations
1#277ED6
2#3E8DDC
3#569BE0
4#6EA9E4
5#86B8E9
6#9EC6ED
7#B7D4F2
8#CFE2F6
9#E7F1FB
Tones
Muted variations
1#2B70B6
2#3270AE
3#3A70A6
4#42709F
5#497097
6#51708F
7#597087
8#617080
9#687078
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DE #C7DEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC4 #9CC4ED | BordersInactive statesPlaceholder text |
| 400 | 68A6 #68A6E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D8C #3D8CDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2370 #2370BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C59 #1C5997 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1440 #14406C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D29 #0D2945 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FD;
--steel-blue-100: #E1EDF9;
--steel-blue-200: #C7DEF5;
--steel-blue-300: #9CC4ED;
--steel-blue-400: #68A6E3;
--steel-blue-500: #3D8CDB;
--steel-blue-600: #2370BE;
--steel-blue-700: #1C5997;
--steel-blue-800: #14406C;
--steel-blue-900: #0D2945;
--steel-blue-950: #081A2B;
}