Steel Blue
#1E83C2
BlueColor Codes
All color formats for development
HEX
#1E83C2RGB
rgb(30, 131, 194)HSL
hsl(203, 73%, 44%)OKLCH
oklch(0.586 0.13 242.6)CMYK
cmyk(85%, 32%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B76AF
2#18699B
3#155C88
4#124F74
5#0F4261
6#0C354E
7#09273A
8#061A27
9#030D13
Tints
Lighter variations
1#2294DB
2#39A0E0
3#52ACE4
4#6BB8E8
5#83C4EC
6#9CD0F0
7#B5DBF3
8#CEE7F7
9#E6F3FB
Tones
Muted variations
1#2681BA
2#2F7FB2
3#377EAA
4#3F7CA1
5#477A99
6#4F7891
7#587689
8#607481
9#687278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACE #9ACEEF | BordersInactive statesPlaceholder text |
| 400 | 65B5 #65B5E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A0 #38A0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E83 #1E83C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1868 #18689A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114B #114B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B30 #0B3047 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E0F0FA;
--steel-blue-200: #C6E3F6;
--steel-blue-300: #9ACEEF;
--steel-blue-400: #65B5E7;
--steel-blue-500: #38A0E0;
--steel-blue-600: #1E83C2;
--steel-blue-700: #18689A;
--steel-blue-800: #114B6E;
--steel-blue-900: #0B3047;
--steel-blue-950: #071E2C;
}