Steel Blue
#5C99BC
BlueColor Codes
All color formats for development
HEX
#5C99BCRGB
rgb(92, 153, 188)HSL
hsl(202, 42%, 55%)OKLCH
oklch(0.655 0.082 235.1)CMYK
cmyk(51%, 19%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#498CB3
2#417D9F
3#396D8B
4#315E77
5#294E64
6#213E50
7#182F3C
8#101F28
9#081014
Tints
Lighter variations
1#6CA3C3
2#7DADCA
3#8DB8D0
4#9DC2D7
5#AECCDE
6#BED6E4
7#CEE0EB
8#DEEBF2
9#EFF5F8
Tones
Muted variations
1#6198B8
2#6697B3
3#6B95AE
4#6F94A9
5#7493A4
6#7991A0
7#7E909B
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 | E6EF #E6EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCB #ACCBDD | BordersInactive statesPlaceholder text |
| 400 | 80B0 #80B0CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C99 #5C99BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 417D #417D9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3463 #34637F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2547 #25475B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182D #182D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E6EFF5;
--steel-blue-200: #D0E2EC;
--steel-blue-300: #ACCBDD;
--steel-blue-400: #80B0CB;
--steel-blue-500: #5C99BC;
--steel-blue-600: #417D9F;
--steel-blue-700: #34637F;
--steel-blue-800: #25475B;
--steel-blue-900: #182D3A;
--steel-blue-950: #0F1C24;
}