Steel Blue
#1685CA
BlueColor Codes
All color formats for development
HEX
#1685CARGB
rgb(22, 133, 202)HSL
hsl(203, 80%, 44%)OKLCH
oklch(0.594 0.139 243.7)CMYK
cmyk(89%, 34%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1478B6
2#126BA2
3#105D8D
4#0D5079
5#0B4365
6#093551
7#07283D
8#041B28
9#020D14
Tints
Lighter variations
1#1996E4
2#31A2E8
3#4BAEEB
4#65B9EE
5#7EC5F1
6#98D1F4
7#B2DCF6
8#CCE8F9
9#E5F3FC
Tones
Muted variations
1#1F83C1
2#2881B8
3#317FAF
4#3A7DA6
5#437B9D
6#4C7994
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 | C3E4 #C3E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB6 #5EB6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A2 #30A2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1685 #1685CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126A #126AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0830 #083049 | 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: #C3E4F8;
--steel-blue-300: #95CFF3;
--steel-blue-400: #5EB6ED;
--steel-blue-500: #30A2E8;
--steel-blue-600: #1685CA;
--steel-blue-700: #126AA1;
--steel-blue-800: #0D4C73;
--steel-blue-900: #083049;
--steel-blue-950: #051E2E;
}