Steel Blue
#1E81C2
BlueColor Codes
All color formats for development
HEX
#1E81C2RGB
rgb(30, 129, 194)HSL
hsl(204, 73%, 44%)OKLCH
oklch(0.581 0.132 243.8)CMYK
cmyk(85%, 34%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B74AF
2#18679B
3#155A88
4#124D74
5#0F4061
6#0C334E
7#09273A
8#061A27
9#030D13
Tints
Lighter variations
1#2291DB
2#399DE0
3#52AAE4
4#6BB6E8
5#83C2EC
6#9CCEF0
7#B5DAF3
8#CEE7F7
9#E6F3FB
Tones
Muted variations
1#267FBA
2#2F7DB2
3#377CAA
4#3F7AA1
5#477899
6#4F7791
7#587589
8#607381
9#687278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACD #9ACDEF | BordersInactive statesPlaceholder text |
| 400 | 65B3 #65B3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 389D #389DE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E81 #1E81C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1866 #18669A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1149 #11496E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2F #0B2F47 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E0F0FA;
--steel-blue-200: #C6E3F6;
--steel-blue-300: #9ACDEF;
--steel-blue-400: #65B3E7;
--steel-blue-500: #389DE0;
--steel-blue-600: #1E81C2;
--steel-blue-700: #18669A;
--steel-blue-800: #11496E;
--steel-blue-900: #0B2F47;
--steel-blue-950: #071D2C;
}