Steel Blue
#1CC4B6
CyanColor Codes
All color formats for development
HEX
#1CC4B6RGB
rgb(28, 196, 182)HSL
hsl(175, 75%, 44%)OKLCH
oklch(0.74 0.126 185.6)CMYK
cmyk(86%, 0%, 7%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19B1A4
2#169D92
3#148980
4#11766D
5#0E625B
6#0B4F49
7#083B37
8#062724
9#031412
Tints
Lighter variations
1#20DDCE
2#37E2D4
3#50E6DA
4#69EADF
5#82EDE4
6#9BF1EA
7#B4F4EF
8#CDF8F4
9#E6FBFA
Tones
Muted variations
1#24BCAF
2#2DB4A8
3#35ABA1
4#3EA39A
5#469A93
6#4F928C
7#578985
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 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E9 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9DE | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4742 | 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: #C5F7F3;
--steel-blue-300: #98F0E9;
--steel-blue-400: #63E9DE;
--steel-blue-500: #36E2D4;
--steel-blue-600: #1CC4B6;
--steel-blue-700: #169C91;
--steel-blue-800: #107068;
--steel-blue-900: #0A4742;
--steel-blue-950: #062D29;
}