Steel Blue
#5EB6BA
CyanColor Codes
All color formats for development
HEX
#5EB6BARGB
rgb(94, 182, 186)HSL
hsl(183, 40%, 55%)OKLCH
oklch(0.723 0.085 199.4)CMYK
cmyk(49%, 2%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CACB1
2#43999D
3#3B8689
4#327276
5#2A5F62
6#224C4F
7#19393B
8#112627
9#081314
Tints
Lighter variations
1#6EBDC1
2#7EC4C8
3#8FCCCF
4#9FD3D6
5#AFDADD
6#BFE2E3
7#CFE9EA
8#DFF0F1
9#EFF8F8
Tones
Muted variations
1#63B1B6
2#68ADB1
3#6CA9AC
4#71A5A8
5#75A1A3
6#7A9D9F
7#7E999A
8#839595
9#889091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EA #D1EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD9 #ADD9DC | BordersInactive statesPlaceholder text |
| 400 | 82C6 #82C6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB6 #5EB6BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4399 #43999D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3679 #36797D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2657 #265759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #183739 | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F4F4;
--steel-blue-200: #D1EAEB;
--steel-blue-300: #ADD9DC;
--steel-blue-400: #82C6C9;
--steel-blue-500: #5EB6BA;
--steel-blue-600: #43999D;
--steel-blue-700: #36797D;
--steel-blue-800: #265759;
--steel-blue-900: #183739;
--steel-blue-950: #0F2324;
}