Steel Blue
#1891C9
BlueColor Codes
All color formats for development
HEX
#1891C9RGB
rgb(24, 145, 201)HSL
hsl(199, 79%, 44%)OKLCH
oklch(0.622 0.128 236.1)CMYK
cmyk(88%, 28%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1582B5
2#1374A1
3#10658D
4#0E5779
5#0C4864
6#093A50
7#072B3C
8#051D28
9#020E14
Tints
Lighter variations
1#1BA3E2
2#33AEE7
3#4CB8EA
4#66C2ED
5#7FCCF0
6#99D6F3
7#B2E1F6
8#CCEBF9
9#E5F5FC
Tones
Muted variations
1#208DC0
2#298AB7
3#3287AE
4#3B84A5
5#44809D
6#4D7D94
7#567A8B
8#5E7782
9#677379
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E7 #C4E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D5 #96D5F3 | BordersInactive statesPlaceholder text |
| 400 | 5FC0 #5FC0EC | Disabled statesSecondary iconsMuted text |
| 500 | 32AD #32ADE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1891 #1891C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1373 #1373A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D52 #0D5272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0935 #093549 | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1FAFD;
--steel-blue-100: #DFF2FB;
--steel-blue-200: #C4E7F8;
--steel-blue-300: #96D5F3;
--steel-blue-400: #5FC0EC;
--steel-blue-500: #32ADE7;
--steel-blue-600: #1891C9;
--steel-blue-700: #1373A0;
--steel-blue-800: #0D5272;
--steel-blue-900: #093549;
--steel-blue-950: #05212E;
}