Steel Blue
#44449C
BlueColor Codes
All color formats for development
HEX
#44449CRGB
rgb(68, 68, 156)HSL
hsl(240, 39%, 44%)OKLCH
oklch(0.437 0.14 278.9)CMYK
cmyk(56%, 56%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E3E8C
2#37377D
3#30306D
4#29295E
5#22224E
6#1B1B3E
7#15152F
8#0E0E1F
9#070710
Tints
Lighter variations
1#4D4DB0
2#6060B9
3#7474C2
4#8888CB
5#9C9CD3
6#B0B0DC
7#C3C3E5
8#D7D7EE
9#EBEBF6
Tones
Muted variations
1#494998
2#4D4D93
3#52528F
4#56568A
5#5A5A86
6#5F5F82
7#63637D
8#676779
9#6C6C75
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;
}