Steel Blue
#1682CA
BlueColor Codes
All color formats for development
HEX
#1682CARGB
rgb(22, 130, 202)HSL
hsl(204, 80%, 44%)OKLCH
oklch(0.587 0.142 245.3)CMYK
cmyk(89%, 36%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1475B6
2#1268A2
3#105B8D
4#0D4E79
5#0B4165
6#093451
7#07273D
8#041A28
9#020D14
Tints
Lighter variations
1#1993E4
2#319FE8
3#4BABEB
4#65B7EE
5#7EC3F1
6#98CFF4
7#B2DBF6
8#CCE7F9
9#E5F3FC
Tones
Muted variations
1#1F80C1
2#287FB8
3#317DAF
4#3A7BA6
5#43799D
6#4C7794
7#55768B
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 | C3E3 #C3E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CE #95CEF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB4 #5EB4ED | Disabled statesSecondary iconsMuted text |
| 500 | 309F #309FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1682 #1682CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1268 #1268A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4A #0D4A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082F #082F49 | 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: #C3E3F8;
--steel-blue-300: #95CEF3;
--steel-blue-400: #5EB4ED;
--steel-blue-500: #309FE8;
--steel-blue-600: #1682CA;
--steel-blue-700: #1268A1;
--steel-blue-800: #0D4A73;
--steel-blue-900: #082F49;
--steel-blue-950: #051E2E;
}