Steel Blue
#1688CA
BlueColor Codes
All color formats for development
HEX
#1688CARGB
rgb(22, 136, 202)HSL
hsl(202, 80%, 44%)OKLCH
oklch(0.601 0.136 242)CMYK
cmyk(89%, 33%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#147BB6
2#126DA2
3#105F8D
4#0D5279
5#0B4465
6#093651
7#07293D
8#041B28
9#020E14
Tints
Lighter variations
1#1999E4
2#31A5E8
3#4BB0EB
4#65BCEE
5#7EC7F1
6#98D2F4
7#B2DDF6
8#CCE9F9
9#E5F4FC
Tones
Muted variations
1#1F86C1
2#2883B8
3#3181AF
4#3A7FA6
5#437C9D
6#4C7A94
7#55778B
8#5E7582
9#677379
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D1 #95D1F3 | BordersInactive statesPlaceholder text |
| 400 | 5EB9 #5EB9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A5 #30A5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1688 #1688CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126C #126CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4D #0D4D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0832 #083249 | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1F9FD;
--steel-blue-100: #DFF1FB;
--steel-blue-200: #C3E5F8;
--steel-blue-300: #95D1F3;
--steel-blue-400: #5EB9ED;
--steel-blue-500: #30A5E8;
--steel-blue-600: #1688CA;
--steel-blue-700: #126CA1;
--steel-blue-800: #0D4D73;
--steel-blue-900: #083249;
--steel-blue-950: #051F2E;
}