Steel Blue
#5D76BB
BlueColor Codes
All color formats for development
HEX
#5D76BBRGB
rgb(93, 118, 187)HSL
hsl(224, 41%, 55%)OKLCH
oklch(0.577 0.111 267.8)CMYK
cmyk(50%, 37%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A66B2
2#425B9E
3#3A4F8A
4#324477
5#293963
6#212D4F
7#19223B
8#111728
9#080B14
Tints
Lighter variations
1#6D84C2
2#7E92C9
3#8E9FD0
4#9EADD6
5#AEBBDD
6#BEC8E4
7#CED6EB
8#DFE4F1
9#EFF1F8
Tones
Muted variations
1#6278B7
2#677BB2
3#6B7DAD
4#707FA8
5#7581A4
6#79839F
7#7E869A
8#838896
9#888A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB9 #ACB9DC | BordersInactive statesPlaceholder text |
| 400 | 8195 #8195CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D76 #5D76BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425B #425B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3548 #35487E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #26345A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #18213A | 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: #F4F6FA;
--steel-blue-100: #E6EAF4;
--steel-blue-200: #D0D8EB;
--steel-blue-300: #ACB9DC;
--steel-blue-400: #8195CA;
--steel-blue-500: #5D76BB;
--steel-blue-600: #425B9E;
--steel-blue-700: #35487E;
--steel-blue-800: #26345A;
--steel-blue-900: #18213A;
--steel-blue-950: #0F1524;
}