Steel Blue
#5EACBA
CyanColor Codes
All color formats for development
HEX
#5EACBARGB
rgb(94, 172, 186)HSL
hsl(189, 40%, 55%)OKLCH
oklch(0.7 0.079 210.5)CMYK
cmyk(49%, 8%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CA2B1
2#43909D
3#3B7E89
4#326C76
5#2A5A62
6#22484F
7#19363B
8#112427
9#081214
Tints
Lighter variations
1#6EB5C1
2#7EBDC8
3#8FC5CF
4#9FCDD6
5#AFD6DD
6#BFDEE3
7#CFE6EA
8#DFEEF1
9#EFF7F8
Tones
Muted variations
1#63A9B6
2#68A6B1
3#6CA3AC
4#71A0A8
5#759CA3
6#7A999F
7#7E969A
8#839395
9#888F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E7 #D1E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD5 #ADD5DC | BordersInactive statesPlaceholder text |
| 400 | 82BF #82BFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EAC #5EACBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4390 #43909D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3672 #36727D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2652 #265259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1834 #183439 | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F2F4;
--steel-blue-200: #D1E7EB;
--steel-blue-300: #ADD5DC;
--steel-blue-400: #82BFC9;
--steel-blue-500: #5EACBA;
--steel-blue-600: #43909D;
--steel-blue-700: #36727D;
--steel-blue-800: #265259;
--steel-blue-900: #183439;
--steel-blue-950: #0F2124;
}