Steel Blue
#44959C
CyanColor Codes
All color formats for development
HEX
#44959CRGB
rgb(68, 149, 156)HSL
hsl(185, 39%, 44%)OKLCH
oklch(0.622 0.079 203)CMYK
cmyk(56%, 4%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E868C
2#37777D
3#30686D
4#29595E
5#224A4E
6#1B3B3E
7#152D2F
8#0E1E1F
9#070F10
Tints
Lighter variations
1#4DA8B0
2#60B2B9
3#74BCC2
4#88C5CB
5#9CCFD3
6#B0D8DC
7#C3E2E5
8#D7ECEE
9#EBF5F6
Tones
Muted variations
1#499198
2#4D8D93
3#528A8F
4#56868A
5#5A8286
6#5F7F82
7#637B7D
8#677779
9#6C7475
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD7 #ADD7DB | BordersInactive statesPlaceholder text |
| 400 | 83C3 #83C3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB2 #5FB2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4495 #44959C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3676 #36767C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2754 #275459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1936 #193639 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F3F4;
--steel-blue-200: #D1E9EB;
--steel-blue-300: #ADD7DB;
--steel-blue-400: #83C3C9;
--steel-blue-500: #5FB2B9;
--steel-blue-600: #44959C;
--steel-blue-700: #36767C;
--steel-blue-800: #275459;
--steel-blue-900: #193639;
--steel-blue-950: #102223;
}