Steel Blue
#44A2D5
BlueColor Codes
All color formats for development
HEX
#44A2D5RGB
rgb(68, 162, 213)HSL
hsl(201, 63%, 55%)OKLCH
oklch(0.678 0.116 235.9)CMYK
cmyk(68%, 24%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F96CE
2#2A85B7
3#2475A0
4#1F6489
5#1A5372
6#15435B
7#103245
8#0A212E
9#051117
Tints
Lighter variations
1#57ABD9
2#69B5DD
3#7CBEE1
4#8FC7E6
5#A1D0EA
6#B4DAEE
7#C7E3F2
8#DAECF7
9#ECF6FB
Tones
Muted variations
1#4BA0CD
2#529EC6
3#5A9BBF
4#6199B8
5#6897B0
6#6F95A9
7#7793A2
8#7E919B
9#858E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E4 #C9E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCF #9FCFE9 | BordersInactive statesPlaceholder text |
| 400 | 6EB7 #6EB7DE | Disabled statesSecondary iconsMuted text |
| 500 | 44A2 #44A2D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A85 #2A85B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 216A #216A91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 184C #184C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F31 #0F3143 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F1F8;
--steel-blue-200: #C9E4F3;
--steel-blue-300: #9FCFE9;
--steel-blue-400: #6EB7DE;
--steel-blue-500: #44A2D5;
--steel-blue-600: #2A85B7;
--steel-blue-700: #216A91;
--steel-blue-800: #184C68;
--steel-blue-900: #0F3143;
--steel-blue-950: #091E2A;
}