Steel Blue
#5F5FB9
BlueColor Codes
All color formats for development
HEX
#5F5FB9RGB
rgb(95, 95, 185)HSL
hsl(240, 39%, 55%)OKLCH
oklch(0.53 0.138 280.6)CMYK
cmyk(49%, 49%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D4DAF
2#44449C
3#3C3C88
4#333375
5#2B2B61
6#22224E
7#1A1A3A
8#111127
9#090913
Tints
Lighter variations
1#6F6FC0
2#7F7FC7
3#8F8FCE
4#9F9FD5
5#AFAFDC
6#BFBFE3
7#CFCFEA
8#DFDFF1
9#EFEFF8
Tones
Muted variations
1#6464B5
2#6868B0
3#6D6DAC
4#7171A7
5#7676A3
6#7A7A9E
7#7F7F9A
8#838395
9#888891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D1 #D1D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAD #ADADDB | BordersInactive statesPlaceholder text |
| 400 | 8383 #8383C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F5F #5F5FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4444 #44449C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2727 #272759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1919 #191939 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FA;
--steel-blue-100: #E6E6F4;
--steel-blue-200: #D1D1EB;
--steel-blue-300: #ADADDB;
--steel-blue-400: #8383C9;
--steel-blue-500: #5F5FB9;
--steel-blue-600: #44449C;
--steel-blue-700: #36367C;
--steel-blue-800: #272759;
--steel-blue-900: #191939;
--steel-blue-950: #101023;
}