Steel Blue
#168BCA
BlueColor Codes
All color formats for development
HEX
#168BCARGB
rgb(22, 139, 202)HSL
hsl(201, 80%, 44%)OKLCH
oklch(0.608 0.134 240.2)CMYK
cmyk(89%, 31%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#147DB6
2#126FA2
3#10618D
4#0D5379
5#0B4665
6#093851
7#072A3D
8#041C28
9#020E14
Tints
Lighter variations
1#199DE4
2#31A8E8
3#4BB3EB
4#65BEEE
5#7EC9F1
6#98D4F4
7#B2DEF6
8#CCE9F9
9#E5F4FC
Tones
Muted variations
1#1F88C1
2#2886B8
3#3183AF
4#3A80A6
5#437E9D
6#4C7B94
7#55788B
8#5E7682
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 | C3E6 #C3E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D2 #95D2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EBB #5EBBED | Disabled statesSecondary iconsMuted text |
| 500 | 30A8 #30A8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 168B #168BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126F #126FA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4F #0D4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #083349 | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | 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: #C3E6F8;
--steel-blue-300: #95D2F3;
--steel-blue-400: #5EBBED;
--steel-blue-500: #30A8E8;
--steel-blue-600: #168BCA;
--steel-blue-700: #126FA1;
--steel-blue-800: #0D4F73;
--steel-blue-900: #083349;
--steel-blue-950: #05202E;
}