Steel Blue
#1BC5BA
CyanColor Codes
All color formats for development
HEX
#1BC5BARGB
rgb(27, 197, 186)HSL
hsl(176, 76%, 44%)OKLCH
oklch(0.744 0.126 187.6)CMYK
cmyk(86%, 0%, 6%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B2A7
2#169E95
3#138A82
4#107670
5#0D635D
6#0B4F4A
7#083B38
8#052725
9#031413
Tints
Lighter variations
1#1EDFD2
2#36E4D8
3#4FE7DD
4#68EAE2
5#81EEE7
6#9AF1EC
7#B4F5F0
8#CDF8F5
9#E6FCFA
Tones
Muted variations
1#23BDB3
2#2CB4AB
3#35ACA4
4#3DA39D
5#469B95
6#4E928E
7#578A86
8#5F817F
9#687978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4844 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFC;
--steel-blue-100: #E0FBF9;
--steel-blue-200: #C5F7F4;
--steel-blue-300: #98F1EB;
--steel-blue-400: #62EAE1;
--steel-blue-500: #35E3D8;
--steel-blue-600: #1BC5BA;
--steel-blue-700: #159D94;
--steel-blue-800: #0F706A;
--steel-blue-900: #0A4844;
--steel-blue-950: #062D2A;
}