Steel Blue
#44BAD5
CyanColor Codes
All color formats for development
HEX
#44BAD5RGB
rgb(68, 186, 213)HSL
hsl(191, 63%, 55%)OKLCH
oklch(0.734 0.11 216)CMYK
cmyk(68%, 13%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FB1CE
2#2A9DB7
3#2489A0
4#1F7689
5#1A6272
6#154E5B
7#103B45
8#0A272E
9#051417
Tints
Lighter variations
1#57C1D9
2#69C8DD
3#7CCFE1
4#8FD6E6
5#A1DDEA
6#B4E3EE
7#C7EAF2
8#DAF1F7
9#ECF8FB
Tones
Muted variations
1#4BB5CD
2#52B1C6
3#5AACBF
4#61A8B8
5#68A3B0
6#6F9FA9
7#779AA2
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 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDC #9FDCE9 | BordersInactive statesPlaceholder text |
| 400 | 6EC9 #6EC9DE | Disabled statesSecondary iconsMuted text |
| 500 | 44BA #44BAD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A9D #2A9DB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 217D #217D91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1859 #185968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F39 #0F3943 | 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: #F3FAFC;
--steel-blue-100: #E2F4F8;
--steel-blue-200: #C9EBF3;
--steel-blue-300: #9FDCE9;
--steel-blue-400: #6EC9DE;
--steel-blue-500: #44BAD5;
--steel-blue-600: #2A9DB7;
--steel-blue-700: #217D91;
--steel-blue-800: #185968;
--steel-blue-900: #0F3943;
--steel-blue-950: #09242A;
}