Steel Blue
#5C9CBC
BlueColor Codes
All color formats for development
HEX
#5C9CBCRGB
rgb(92, 156, 188)HSL
hsl(200, 42%, 55%)OKLCH
oklch(0.662 0.081 231.5)CMYK
cmyk(51%, 17%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4990B3
2#41809F
3#39708B
4#316077
5#295064
6#214050
7#18303C
8#102028
9#081014
Tints
Lighter variations
1#6CA6C3
2#7DB0CA
3#8DBAD0
4#9DC4D7
5#AECEDE
6#BED8E4
7#CEE1EB
8#DEEBF2
9#EFF5F8
Tones
Muted variations
1#619BB8
2#6699B3
3#6B97AE
4#6F96A9
5#7494A4
6#7993A0
7#7E919B
8#838F96
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCD #ACCDDD | BordersInactive statesPlaceholder text |
| 400 | 80B2 #80B2CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C9C #5C9CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4180 #41809F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3466 #34667F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2549 #25495B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E6F0F5;
--steel-blue-200: #D0E2EC;
--steel-blue-300: #ACCDDD;
--steel-blue-400: #80B2CB;
--steel-blue-500: #5C9CBC;
--steel-blue-600: #41809F;
--steel-blue-700: #34667F;
--steel-blue-800: #25495B;
--steel-blue-900: #182F3A;
--steel-blue-950: #0F1D24;
}