Steel Blue
#44ACD5
BlueColor Codes
All color formats for development
HEX
#44ACD5RGB
rgb(68, 172, 213)HSL
hsl(197, 63%, 55%)OKLCH
oklch(0.701 0.111 227.8)CMYK
cmyk(68%, 19%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FA1CE
2#2A8FB7
3#247DA0
4#1F6B89
5#1A5972
6#15475B
7#103645
8#0A242E
9#051217
Tints
Lighter variations
1#57B4D9
2#69BCDD
3#7CC5E1
4#8FCDE6
5#A1D5EA
6#B4DEEE
7#C7E6F2
8#DAEEF7
9#ECF7FB
Tones
Muted variations
1#4BA8CD
2#52A5C6
3#5AA2BF
4#619FB8
5#689CB0
6#6F99A9
7#7796A2
8#7E939B
9#858F93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E7 #C9E7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD4 #9FD4E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBE #6EBEDE | Disabled statesSecondary iconsMuted text |
| 500 | 44AC #44ACD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8F #2A8FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2172 #217291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1851 #185168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F34 #0F3443 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F2F8;
--steel-blue-200: #C9E7F3;
--steel-blue-300: #9FD4E9;
--steel-blue-400: #6EBEDE;
--steel-blue-500: #44ACD5;
--steel-blue-600: #2A8FB7;
--steel-blue-700: #217291;
--steel-blue-800: #185168;
--steel-blue-900: #0F3443;
--steel-blue-950: #09202A;
}