Steel Blue
#1FC1B4
CyanColor Codes
All color formats for development
HEX
#1FC1B4RGB
rgb(31, 193, 180)HSL
hsl(175, 72%, 44%)OKLCH
oklch(0.732 0.124 186.1)CMYK
cmyk(84%, 0%, 7%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAEA2
2#199A90
3#16877E
4#13746C
5#10605A
6#0D4D48
7#093A36
8#062724
9#031312
Tints
Lighter variations
1#23DACA
2#3BDFD1
3#53E3D7
4#6CE7DD
5#84EBE2
6#9DEFE8
7#B5F3EE
8#CEF7F4
9#E6FBF9
Tones
Muted variations
1#27B9AD
2#30B1A6
3#38A99F
4#40A199
5#489992
6#50918B
7#588884
8#60807E
9#687877
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE8 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6DB | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4641 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFC;
--steel-blue-100: #E0FAF8;
--steel-blue-200: #C6F6F2;
--steel-blue-300: #9AEFE8;
--steel-blue-400: #65E6DB;
--steel-blue-500: #3ADFD1;
--steel-blue-600: #1FC1B4;
--steel-blue-700: #199A8F;
--steel-blue-800: #126E66;
--steel-blue-900: #0B4641;
--steel-blue-950: #072C29;
}