Steel Blue
#5EB4BA
CyanColor Codes
All color formats for development
HEX
#5EB4BARGB
rgb(94, 180, 186)HSL
hsl(184, 40%, 55%)OKLCH
oklch(0.719 0.084 201.4)CMYK
cmyk(49%, 3%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CAAB1
2#43979D
3#3B8489
4#327176
5#2A5E62
6#224C4F
7#19393B
8#112627
9#081314
Tints
Lighter variations
1#6EBCC1
2#7EC3C8
3#8FCBCF
4#9FD2D6
5#AFDADD
6#BFE1E3
7#CFE9EA
8#DFF0F1
9#EFF8F8
Tones
Muted variations
1#63B0B6
2#68ACB1
3#6CA8AC
4#71A4A8
5#75A0A3
6#7A9C9F
7#7E989A
8#839495
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 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD9 #ADD9DC | BordersInactive statesPlaceholder text |
| 400 | 82C5 #82C5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB4 #5EB4BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4397 #43979D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3678 #36787D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2656 #265659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #183739 | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | 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: #D1E9EB;
--steel-blue-300: #ADD9DC;
--steel-blue-400: #82C5C9;
--steel-blue-500: #5EB4BA;
--steel-blue-600: #43979D;
--steel-blue-700: #36787D;
--steel-blue-800: #265659;
--steel-blue-900: #183739;
--steel-blue-950: #0F2224;
}