Steel Blue
#44BCD5
CyanColor Codes
All color formats for development
HEX
#44BCD5RGB
rgb(68, 188, 213)HSL
hsl(190, 63%, 55%)OKLCH
oklch(0.739 0.11 214.3)CMYK
cmyk(68%, 12%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FB3CE
2#2A9FB7
3#248BA0
4#1F7789
5#1A6472
6#15505B
7#103C45
8#0A282E
9#051417
Tints
Lighter variations
1#57C3D9
2#69CADD
3#7CD0E1
4#8FD7E6
5#A1DEEA
6#B4E4EE
7#C7EBF2
8#DAF2F7
9#ECF8FB
Tones
Muted variations
1#4BB8CD
2#52B3C6
3#5AAEBF
4#61A9B8
5#68A4B0
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 | 9FDD #9FDDE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECB #6ECBDE | Disabled statesSecondary iconsMuted text |
| 500 | 44BC #44BCD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A9F #2A9FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 217F #217F91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185B #185B68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3A #0F3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | 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: #9FDDE9;
--steel-blue-400: #6ECBDE;
--steel-blue-500: #44BCD5;
--steel-blue-600: #2A9FB7;
--steel-blue-700: #217F91;
--steel-blue-800: #185B68;
--steel-blue-900: #0F3A43;
--steel-blue-950: #09242A;
}