Steel Blue
#5C9EBC
BlueColor Codes
All color formats for development
HEX
#5C9EBCRGB
rgb(92, 158, 188)HSL
hsl(199, 42%, 55%)OKLCH
oklch(0.667 0.081 229.1)CMYK
cmyk(51%, 16%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4992B3
2#41819F
3#39718B
4#316177
5#295164
6#214150
7#18313C
8#102028
9#081014
Tints
Lighter variations
1#6CA8C3
2#7DB1CA
3#8DBBD0
4#9DC5D7
5#AECEDE
6#BED8E4
7#CEE2EB
8#DEECF2
9#EFF5F8
Tones
Muted variations
1#619CB8
2#669AB3
3#6B99AE
4#6F97A9
5#7495A4
6#7993A0
7#7E929B
8#839096
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCD #ACCDDD | BordersInactive statesPlaceholder text |
| 400 | 80B3 #80B3CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C9E #5C9EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4181 #41819F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3467 #34677F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254A #254A5B | 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: #F4F9FB;
--steel-blue-100: #E6F0F5;
--steel-blue-200: #D0E3EC;
--steel-blue-300: #ACCDDD;
--steel-blue-400: #80B3CB;
--steel-blue-500: #5C9EBC;
--steel-blue-600: #41819F;
--steel-blue-700: #34677F;
--steel-blue-800: #254A5B;
--steel-blue-900: #182F3A;
--steel-blue-950: #0F1D24;
}