Steel Blue
#5EAEBA
CyanColor Codes
All color formats for development
HEX
#5EAEBARGB
rgb(94, 174, 186)HSL
hsl(188, 40%, 55%)OKLCH
oklch(0.704 0.08 208.1)CMYK
cmyk(49%, 6%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CA3B1
2#43919D
3#3B7F89
4#326D76
5#2A5B62
6#22494F
7#19363B
8#112427
9#081214
Tints
Lighter variations
1#6EB6C1
2#7EBEC8
3#8FC6CF
4#9FCED6
5#AFD6DD
6#BFDFE3
7#CFE7EA
8#DFEFF1
9#EFF7F8
Tones
Muted variations
1#63ABB6
2#68A7B1
3#6CA4AC
4#71A0A8
5#759DA3
6#7A9A9F
7#7E969A
8#839395
9#889091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD6 #ADD6DC | BordersInactive statesPlaceholder text |
| 400 | 82C0 #82C0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EAE #5EAEBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4391 #43919D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3673 #36737D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2652 #265259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #183539 | 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: #F4FAFA;
--steel-blue-100: #E6F2F4;
--steel-blue-200: #D1E8EB;
--steel-blue-300: #ADD6DC;
--steel-blue-400: #82C0C9;
--steel-blue-500: #5EAEBA;
--steel-blue-600: #43919D;
--steel-blue-700: #36737D;
--steel-blue-800: #265259;
--steel-blue-900: #183539;
--steel-blue-950: #0F2124;
}