Steel Blue
#44A9D5
BlueColor Codes
All color formats for development
HEX
#44A9D5RGB
rgb(68, 169, 213)HSL
hsl(198, 63%, 55%)OKLCH
oklch(0.694 0.112 230.3)CMYK
cmyk(68%, 21%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F9ECE
2#2A8CB7
3#247BA0
4#1F6989
5#1A5872
6#15465B
7#103545
8#0A232E
9#051217
Tints
Lighter variations
1#57B2D9
2#69BADD
3#7CC3E1
4#8FCCE6
5#A1D4EA
6#B4DDEE
7#C7E5F2
8#DAEEF7
9#ECF6FB
Tones
Muted variations
1#4BA6CD
2#52A3C6
3#5AA0BF
4#619EB8
5#689BB0
6#6F98A9
7#7795A2
8#7E929B
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 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD3 #9FD3E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBC #6EBCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44A9 #44A9D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8C #2A8CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2170 #217091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1850 #185068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F33 #0F3343 | 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: #C9E6F3;
--steel-blue-300: #9FD3E9;
--steel-blue-400: #6EBCDE;
--steel-blue-500: #44A9D5;
--steel-blue-600: #2A8CB7;
--steel-blue-700: #217091;
--steel-blue-800: #185068;
--steel-blue-900: #0F3343;
--steel-blue-950: #09202A;
}