Steel Blue
#167FCA
BlueColor Codes
All color formats for development
HEX
#167FCARGB
rgb(22, 127, 202)HSL
hsl(205, 80%, 44%)OKLCH
oklch(0.58 0.145 246.9)CMYK
cmyk(89%, 37%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1472B6
2#1266A2
3#10598D
4#0D4C79
5#0B4065
6#093351
7#07263D
8#041928
9#020D14
Tints
Lighter variations
1#198FE4
2#319CE8
3#4BA8EB
4#65B5EE
5#7EC1F1
6#98CDF4
7#B2DAF6
8#CCE6F9
9#E5F3FC
Tones
Muted variations
1#1F7EC1
2#287CB8
3#317BAF
4#3A79A6
5#43789D
6#4C7694
7#55758B
8#5E7382
9#677279
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CC #95CCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB2 #5EB2ED | Disabled statesSecondary iconsMuted text |
| 500 | 309C #309CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 167F #167FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1265 #1265A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D48 #0D4873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082E #082E49 | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1F8FD;
--steel-blue-100: #DFF0FB;
--steel-blue-200: #C3E2F8;
--steel-blue-300: #95CCF3;
--steel-blue-400: #5EB2ED;
--steel-blue-500: #309CE8;
--steel-blue-600: #167FCA;
--steel-blue-700: #1265A1;
--steel-blue-800: #0D4873;
--steel-blue-900: #082E49;
--steel-blue-950: #051D2E;
}