Steel Blue
#1FC1C1
CyanColor Codes
All color formats for development
HEX
#1FC1C1RGB
rgb(31, 193, 193)HSL
hsl(180, 72%, 44%)OKLCH
oklch(0.736 0.121 194.8)CMYK
cmyk(84%, 0%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAEAE
2#199A9A
3#168787
4#137474
5#106060
6#0D4D4D
7#093A3A
8#062727
9#031313
Tints
Lighter variations
1#23DADA
2#3BDFDF
3#53E3E3
4#6CE7E7
5#84EBEB
6#9DEFEF
7#B5F3F3
8#CEF7F7
9#E6FBFB
Tones
Muted variations
1#27B9B9
2#30B1B1
3#38A9A9
4#40A1A1
5#489999
6#509191
7#588888
8#608080
9#687878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEF | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4646 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFD;
--steel-blue-100: #E0FAFA;
--steel-blue-200: #C6F6F6;
--steel-blue-300: #9AEFEF;
--steel-blue-400: #65E6E6;
--steel-blue-500: #3ADFDF;
--steel-blue-600: #1FC1C1;
--steel-blue-700: #199A9A;
--steel-blue-800: #126E6E;
--steel-blue-900: #0B4646;
--steel-blue-950: #072C2C;
}