Steel Blue
#1897C9
BlueColor Codes
All color formats for development
HEX
#1897C9RGB
rgb(24, 151, 201)HSL
hsl(197, 79%, 44%)OKLCH
oklch(0.636 0.125 231.9)CMYK
cmyk(88%, 25%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1588B5
2#1378A1
3#10698D
4#0E5A79
5#0C4B64
6#093C50
7#072D3C
8#051E28
9#020F14
Tints
Lighter variations
1#1BAAE2
2#33B4E7
3#4CBDEA
4#66C7ED
5#7FD0F0
6#99D9F3
7#B2E3F6
8#CCECF9
9#E5F6FC
Tones
Muted variations
1#2093C0
2#298FB7
3#328BAE
4#3B87A5
5#44839D
6#4D8094
7#567C8B
8#5E7882
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 | C4E9 #C4E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D8 #96D8F3 | BordersInactive statesPlaceholder text |
| 400 | 5FC4 #5FC4EC | Disabled statesSecondary iconsMuted text |
| 500 | 32B4 #32B4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1897 #1897C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1378 #1378A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D56 #0D5672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093749 | 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: #C4E9F8;
--steel-blue-300: #96D8F3;
--steel-blue-400: #5FC4EC;
--steel-blue-500: #32B4E7;
--steel-blue-600: #1897C9;
--steel-blue-700: #1378A0;
--steel-blue-800: #0D5672;
--steel-blue-900: #093749;
--steel-blue-950: #05222E;
}