Steel Blue
#44BFD5
CyanColor Codes
All color formats for development
HEX
#44BFD5RGB
rgb(68, 191, 213)HSL
hsl(189, 63%, 55%)OKLCH
oklch(0.746 0.11 211.8)CMYK
cmyk(68%, 10%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FB6CE
2#2AA2B7
3#248DA0
4#1F7989
5#1A6572
6#15515B
7#103D45
8#0A282E
9#051417
Tints
Lighter variations
1#57C5D9
2#69CCDD
3#7CD2E1
4#8FD9E6
5#A1DFEA
6#B4E5EE
7#C7ECF2
8#DAF2F7
9#ECF9FB
Tones
Muted variations
1#4BBACD
2#52B5C6
3#5AB0BF
4#61ABB8
5#68A6B0
6#6FA0A9
7#779BA2
8#7E969B
9#859193
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 | C9EC #C9ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDE #9FDEE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECD #6ECDDE | Disabled statesSecondary iconsMuted text |
| 500 | 44BF #44BFD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA2 #2AA2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2181 #218191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185C #185C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3B #0F3B43 | 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: #C9ECF3;
--steel-blue-300: #9FDEE9;
--steel-blue-400: #6ECDDE;
--steel-blue-500: #44BFD5;
--steel-blue-600: #2AA2B7;
--steel-blue-700: #218191;
--steel-blue-800: #185C68;
--steel-blue-900: #0F3B43;
--steel-blue-950: #09252A;
}