Steel Blue
#1882C9
BlueColor Codes
All color formats for development
HEX
#1882C9RGB
rgb(24, 130, 201)HSL
hsl(204, 79%, 44%)OKLCH
oklch(0.586 0.14 245.2)CMYK
cmyk(88%, 35%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1575B5
2#1368A1
3#105B8D
4#0E4E79
5#0C4164
6#093450
7#07273C
8#051A28
9#020D14
Tints
Lighter variations
1#1B92E2
2#339FE7
3#4CABEA
4#66B7ED
5#7FC3F0
6#99CFF3
7#B2DBF6
8#CCE7F9
9#E5F3FC
Tones
Muted variations
1#2080C0
2#297EB7
3#327DAE
4#3B7BA5
5#44799D
6#4D7794
7#56768B
8#5E7482
9#677279
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CE #96CEF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB4 #5FB4EC | Disabled statesSecondary iconsMuted text |
| 500 | 329E #329EE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1882 #1882C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1367 #1367A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4A #0D4A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1F9FD;
--steel-blue-100: #DFF0FB;
--steel-blue-200: #C4E3F8;
--steel-blue-300: #96CEF3;
--steel-blue-400: #5FB4EC;
--steel-blue-500: #329EE7;
--steel-blue-600: #1882C9;
--steel-blue-700: #1367A0;
--steel-blue-800: #0D4A72;
--steel-blue-900: #092F49;
--steel-blue-950: #051E2E;
}