Steel Blue
#2380BE
BlueColor Codes
All color formats for development
HEX
#2380BERGB
rgb(35, 128, 190)HSL
hsl(204, 69%, 44%)OKLCH
oklch(0.577 0.127 243.5)CMYK
cmyk(82%, 33%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F73AB
2#1C6698
3#185985
4#154D72
5#11405F
6#0E334C
7#0A2639
8#071A26
9#030D13
Tints
Lighter variations
1#2790D6
2#3E9DDC
3#56A9E0
4#6EB5E4
5#86C1E9
6#9ECEED
7#B7DAF2
8#CFE6F6
9#E7F3FB
Tones
Muted variations
1#2B7EB6
2#327DAE
3#3A7BA6
4#42799F
5#497897
6#51768F
7#597587
8#617380
9#687278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCC #9CCCED | BordersInactive statesPlaceholder text |
| 400 | 68B2 #68B2E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D9C #3D9CDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2380 #2380BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C66 #1C6697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1449 #14496C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2E #0D2E45 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E1F0F9;
--steel-blue-200: #C7E2F5;
--steel-blue-300: #9CCCED;
--steel-blue-400: #68B2E3;
--steel-blue-500: #3D9CDB;
--steel-blue-600: #2380BE;
--steel-blue-700: #1C6697;
--steel-blue-800: #14496C;
--steel-blue-900: #0D2E45;
--steel-blue-950: #081D2B;
}