Steel Blue
#44769C
BlueColor Codes
All color formats for development
HEX
#44769CRGB
rgb(68, 118, 156)HSL
hsl(206, 39%, 44%)OKLCH
oklch(0.547 0.081 242.9)CMYK
cmyk(56%, 24%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E6A8C
2#375E7D
3#30536D
4#29475E
5#223B4E
6#1B2F3E
7#15232F
8#0E181F
9#070C10
Tints
Lighter variations
1#4D85B0
2#6093B9
3#74A0C2
4#88AECB
5#9CBBD3
6#B0C9DC
7#C3D6E5
8#D7E4EE
9#EBF1F6
Tones
Muted variations
1#497598
2#4D7593
3#52748F
4#56748A
5#5A7386
6#5F7382
7#63727D
8#677179
9#6C7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC7 #ADC7DB | BordersInactive statesPlaceholder text |
| 400 | 83AA #83AAC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F92 #5F92B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4476 #44769C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365E #365E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2743 #274359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192B #192B39 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EEF4;
--steel-blue-200: #D1E0EB;
--steel-blue-300: #ADC7DB;
--steel-blue-400: #83AAC9;
--steel-blue-500: #5F92B9;
--steel-blue-600: #44769C;
--steel-blue-700: #365E7C;
--steel-blue-800: #274359;
--steel-blue-900: #192B39;
--steel-blue-950: #101B23;
}