Steel Blue
#44AED5
BlueColor Codes
All color formats for development
HEX
#44AED5RGB
rgb(68, 174, 213)HSL
hsl(196, 63%, 55%)OKLCH
oklch(0.706 0.111 226.2)CMYK
cmyk(68%, 18%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FA3CE
2#2A91B7
3#247FA0
4#1F6D89
5#1A5B72
6#15495B
7#103645
8#0A242E
9#051217
Tints
Lighter variations
1#57B6D9
2#69BEDD
3#7CC6E1
4#8FCEE6
5#A1D6EA
6#B4DFEE
7#C7E7F2
8#DAEFF7
9#ECF7FB
Tones
Muted variations
1#4BABCD
2#52A7C6
3#5AA4BF
4#61A0B8
5#689DB0
6#6F9AA9
7#7796A2
8#7E939B
9#859093
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD6 #9FD6E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC0 #6EC0DE | Disabled statesSecondary iconsMuted text |
| 500 | 44AE #44AED5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A91 #2A91B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2173 #217391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1852 #185268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F35 #0F3543 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F2F8;
--steel-blue-200: #C9E8F3;
--steel-blue-300: #9FD6E9;
--steel-blue-400: #6EC0DE;
--steel-blue-500: #44AED5;
--steel-blue-600: #2A91B7;
--steel-blue-700: #217391;
--steel-blue-800: #185268;
--steel-blue-900: #0F3543;
--steel-blue-950: #09212A;
}