Steel Blue
#5D8EBB
BlueColor Codes
All color formats for development
HEX
#5D8EBBRGB
rgb(93, 142, 187)HSL
hsl(209, 41%, 55%)OKLCH
oklch(0.63 0.086 247.3)CMYK
cmyk(50%, 24%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A80B2
2#42729E
3#3A648A
4#325577
5#294763
6#21394F
7#192B3B
8#111C28
9#080E14
Tints
Lighter variations
1#6D99C2
2#7EA4C9
3#8EB0D0
4#9EBBD6
5#AEC6DD
6#BED2E4
7#CEDDEB
8#DFE8F1
9#EFF4F8
Tones
Muted variations
1#628EB7
2#678EB2
3#6B8DAD
4#708DA8
5#758DA4
6#798D9F
7#7E8D9A
8#838D96
9#888C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DE #D0DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC5 #ACC5DC | BordersInactive statesPlaceholder text |
| 400 | 81A7 #81A7CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8E #5D8EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4272 #42729E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355A #355A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #26415A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #18293A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6EDF4;
--steel-blue-200: #D0DEEB;
--steel-blue-300: #ACC5DC;
--steel-blue-400: #81A7CA;
--steel-blue-500: #5D8EBB;
--steel-blue-600: #42729E;
--steel-blue-700: #355A7E;
--steel-blue-800: #26415A;
--steel-blue-900: #18293A;
--steel-blue-950: #0F1A24;
}