Steel Blue
#1BC5B4
CyanColor Codes
All color formats for development
HEX
#1BC5B4RGB
rgb(27, 197, 180)HSL
hsl(174, 76%, 44%)OKLCH
oklch(0.742 0.128 183.8)CMYK
cmyk(86%, 0%, 9%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B2A2
2#169E90
3#138A7E
4#10766C
5#0D635A
6#0B4F48
7#083B36
8#052724
9#031412
Tints
Lighter variations
1#1EDFCB
2#36E4D2
3#4FE7D8
4#68EADD
5#81EEE3
6#9AF1E9
7#B4F5EE
8#CDF8F4
9#E6FCF9
Tones
Muted variations
1#23BDAE
2#2CB4A7
3#35ACA0
4#3DA399
5#469B92
6#4E928B
7#578A85
8#5F817E
9#687977
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4842 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFC;
--steel-blue-100: #E0FBF8;
--steel-blue-200: #C5F7F2;
--steel-blue-300: #98F1E8;
--steel-blue-400: #62EADC;
--steel-blue-500: #35E3D2;
--steel-blue-600: #1BC5B4;
--steel-blue-700: #159D90;
--steel-blue-800: #0F7067;
--steel-blue-900: #0A4842;
--steel-blue-950: #062D29;
}