Steel Blue
#44B8D5
CyanColor Codes
All color formats for development
HEX
#44B8D5RGB
rgb(68, 184, 213)HSL
hsl(192, 63%, 55%)OKLCH
oklch(0.729 0.11 217.7)CMYK
cmyk(68%, 14%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FAECE
2#2A9BB7
3#2487A0
4#1F7489
5#1A6172
6#154D5B
7#103A45
8#0A272E
9#051317
Tints
Lighter variations
1#57BFD9
2#69C6DD
3#7CCDE1
4#8FD4E6
5#A1DBEA
6#B4E2EE
7#C7EAF2
8#DAF1F7
9#ECF8FB
Tones
Muted variations
1#4BB3CD
2#52AFC6
3#5AABBF
4#61A6B8
5#68A2B0
6#6F9EA9
7#7799A2
8#7E959B
9#859193
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EA #C9EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDB #9FDBE9 | BordersInactive statesPlaceholder text |
| 400 | 6EC7 #6EC7DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B8 #44B8D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A9B #2A9BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 217B #217B91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1858 #185868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F38 #0F3843 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F4F8;
--steel-blue-200: #C9EAF3;
--steel-blue-300: #9FDBE9;
--steel-blue-400: #6EC7DE;
--steel-blue-500: #44B8D5;
--steel-blue-600: #2A9BB7;
--steel-blue-700: #217B91;
--steel-blue-800: #185868;
--steel-blue-900: #0F3843;
--steel-blue-950: #09232A;
}