Steel Blue
#5EAFBA
CyanColor Codes
All color formats for development
HEX
#5EAFBARGB
rgb(94, 175, 186)HSL
hsl(187, 40%, 55%)OKLCH
oklch(0.707 0.081 207)CMYK
cmyk(49%, 6%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CA5B1
2#43939D
3#3B8089
4#326E76
5#2A5C62
6#22494F
7#19373B
8#112527
9#081214
Tints
Lighter variations
1#6EB7C1
2#7EBFC8
3#8FC7CF
4#9FCFD6
5#AFD7DD
6#BFDFE3
7#CFE7EA
8#DFEFF1
9#EFF7F8
Tones
Muted variations
1#63ACB6
2#68A8B1
3#6CA5AC
4#71A1A8
5#759EA3
6#7A9A9F
7#7E979A
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 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD6 #ADD6DC | BordersInactive statesPlaceholder text |
| 400 | 82C1 #82C1C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EAF #5EAFBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4393 #43939D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3675 #36757D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2653 #265359 | 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: #E6F3F4;
--steel-blue-200: #D1E8EB;
--steel-blue-300: #ADD6DC;
--steel-blue-400: #82C1C9;
--steel-blue-500: #5EAFBA;
--steel-blue-600: #43939D;
--steel-blue-700: #36757D;
--steel-blue-800: #265359;
--steel-blue-900: #183539;
--steel-blue-950: #0F2124;
}