Steel Blue
#44B3D5
CyanColor Codes
All color formats for development
HEX
#44B3D5RGB
rgb(68, 179, 213)HSL
hsl(194, 63%, 55%)OKLCH
oklch(0.718 0.11 221.9)CMYK
cmyk(68%, 16%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FA9CE
2#2A96B7
3#2483A0
4#1F7089
5#1A5E72
6#154B5B
7#103845
8#0A252E
9#051317
Tints
Lighter variations
1#57BAD9
2#69C2DD
3#7CCAE1
4#8FD1E6
5#A1D9EA
6#B4E1EE
7#C7E8F2
8#DAF0F7
9#ECF7FB
Tones
Muted variations
1#4BAFCD
2#52ABC6
3#5AA7BF
4#61A3B8
5#68A0B0
6#6F9CA9
7#7798A2
8#7E949B
9#859093
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E9 #C9E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD8 #9FD8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC4 #6EC4DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B3 #44B3D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A96 #2A96B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2177 #217791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1855 #185568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F3F8;
--steel-blue-200: #C9E9F3;
--steel-blue-300: #9FD8E9;
--steel-blue-400: #6EC4DE;
--steel-blue-500: #44B3D5;
--steel-blue-600: #2A96B7;
--steel-blue-700: #217791;
--steel-blue-800: #185568;
--steel-blue-900: #0F3743;
--steel-blue-950: #09222A;
}