Steel Blue
#1FC1BC
CyanColor Codes
All color formats for development
HEX
#1FC1BCRGB
rgb(31, 193, 188)HSL
hsl(178, 72%, 44%)OKLCH
oklch(0.735 0.122 191.4)CMYK
cmyk(84%, 0%, 3%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAEA9
2#199A96
3#168783
4#137471
5#10605E
6#0D4D4B
7#093A38
8#062726
9#031313
Tints
Lighter variations
1#23DAD3
2#3BDFDA
3#53E3DE
4#6CE7E3
5#84EBE8
6#9DEFEC
7#B5F3F1
8#CEF7F6
9#E6FBFA
Tones
Muted variations
1#27B9B4
2#30B1AD
3#38A9A5
4#40A19D
5#489996
6#50918E
7#588887
8#60807F
9#687878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEC | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4644 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFC;
--steel-blue-100: #E0FAF9;
--steel-blue-200: #C6F6F4;
--steel-blue-300: #9AEFEC;
--steel-blue-400: #65E6E2;
--steel-blue-500: #3ADFD9;
--steel-blue-600: #1FC1BC;
--steel-blue-700: #199A95;
--steel-blue-800: #126E6B;
--steel-blue-900: #0B4644;
--steel-blue-950: #072C2B;
}