Steel Blue
#44C1D5
CyanColor Codes
All color formats for development
HEX
#44C1D5RGB
rgb(68, 193, 213)HSL
hsl(188, 63%, 55%)OKLCH
oklch(0.751 0.111 210.2)CMYK
cmyk(68%, 9%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FB9CE
2#2AA4B7
3#2490A0
4#1F7B89
5#1A6772
6#15525B
7#103E45
8#0A292E
9#051517
Tints
Lighter variations
1#57C7D9
2#69CEDD
3#7CD4E1
4#8FDAE6
5#A1E0EA
6#B4E6EE
7#C7ECF2
8#DAF3F7
9#ECF9FB
Tones
Muted variations
1#4BBCCD
2#52B7C6
3#5AB1BF
4#61ACB8
5#68A7B0
6#6FA1A9
7#779CA2
8#7E979B
9#859293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDF #9FDFE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECF #6ECFDE | Disabled statesSecondary iconsMuted text |
| 500 | 44C1 #44C1D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA4 #2AA4B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2182 #218291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185D #185D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3C #0F3C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E2F5F8;
--steel-blue-200: #C9EDF3;
--steel-blue-300: #9FDFE9;
--steel-blue-400: #6ECFDE;
--steel-blue-500: #44C1D5;
--steel-blue-600: #2AA4B7;
--steel-blue-700: #218291;
--steel-blue-800: #185D68;
--steel-blue-900: #0F3C43;
--steel-blue-950: #09252A;
}