Steel Blue
#1894C9
BlueColor Codes
All color formats for development
HEX
#1894C9RGB
rgb(24, 148, 201)HSL
hsl(198, 79%, 44%)OKLCH
oklch(0.629 0.126 234)CMYK
cmyk(88%, 26%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1585B5
2#1376A1
3#10678D
4#0E5979
5#0C4A64
6#093B50
7#072C3C
8#051E28
9#020F14
Tints
Lighter variations
1#1BA6E2
2#33B1E7
3#4CBBEA
4#66C4ED
5#7FCEF0
6#99D8F3
7#B2E2F6
8#CCEBF9
9#E5F5FC
Tones
Muted variations
1#2090C0
2#298DB7
3#3289AE
4#3B85A5
5#44829D
6#4D7E94
7#567B8B
8#5E7782
9#677479
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E8 #C4E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D7 #96D7F3 | BordersInactive statesPlaceholder text |
| 400 | 5FC2 #5FC2EC | Disabled statesSecondary iconsMuted text |
| 500 | 32B1 #32B1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1894 #1894C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1375 #1375A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D54 #0D5472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0936 #093649 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1FAFD;
--steel-blue-100: #DFF3FB;
--steel-blue-200: #C4E8F8;
--steel-blue-300: #96D7F3;
--steel-blue-400: #5FC2EC;
--steel-blue-500: #32B1E7;
--steel-blue-600: #1894C9;
--steel-blue-700: #1375A0;
--steel-blue-800: #0D5472;
--steel-blue-900: #093649;
--steel-blue-950: #05222E;
}