Steel Blue
#5EA9BA
CyanColor Codes
All color formats for development
HEX
#5EA9BARGB
rgb(94, 169, 186)HSL
hsl(191, 40%, 55%)OKLCH
oklch(0.693 0.078 214.1)CMYK
cmyk(49%, 9%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C9EB1
2#438D9D
3#3B7B89
4#326976
5#2A5862
6#22464F
7#19353B
8#112327
9#081214
Tints
Lighter variations
1#6EB2C1
2#7EBAC8
3#8FC3CF
4#9FCCD6
5#AFD4DD
6#BFDDE3
7#CFE5EA
8#DFEEF1
9#EFF6F8
Tones
Muted variations
1#63A6B6
2#68A4B1
3#6CA1AC
4#719EA8
5#759BA3
6#7A989F
7#7E959A
8#839295
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 | D1E6 #D1E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD3 #ADD3DC | BordersInactive statesPlaceholder text |
| 400 | 82BC #82BCC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA9 #5EA9BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 438D #438D9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3670 #36707D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2650 #265059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1833 #183339 | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | 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: #D1E6EB;
--steel-blue-300: #ADD3DC;
--steel-blue-400: #82BCC9;
--steel-blue-500: #5EA9BA;
--steel-blue-600: #438D9D;
--steel-blue-700: #36707D;
--steel-blue-800: #265059;
--steel-blue-900: #183339;
--steel-blue-950: #0F2024;
}