Steel Blue
#5C79BC
BlueColor Codes
All color formats for development
HEX
#5C79BCRGB
rgb(92, 121, 188)HSL
hsl(222, 42%, 55%)OKLCH
oklch(0.584 0.109 265.4)CMYK
cmyk(51%, 36%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4969B3
2#415D9F
3#39528B
4#314677
5#293A64
6#212F50
7#18233C
8#101728
9#080C14
Tints
Lighter variations
1#6C86C3
2#7D94CA
3#8DA1D0
4#9DAFD7
5#AEBCDE
6#BEC9E4
7#CED7EB
8#DEE4F2
9#EFF2F8
Tones
Muted variations
1#617BB8
2#667DB3
3#6B7FAE
4#6F81A9
5#7483A4
6#7985A0
7#7E869B
8#838896
9#878A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBA #ACBADD | BordersInactive statesPlaceholder text |
| 400 | 8097 #8097CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C79 #5C79BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 415D #415D9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344A #344A7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2535 #25355B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #18223A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E6EAF5;
--steel-blue-200: #D0D8EC;
--steel-blue-300: #ACBADD;
--steel-blue-400: #8097CB;
--steel-blue-500: #5C79BC;
--steel-blue-600: #415D9F;
--steel-blue-700: #344A7F;
--steel-blue-800: #25355B;
--steel-blue-900: #18223A;
--steel-blue-950: #0F1524;
}