Steel Blue
#1EB2C2
CyanColor Codes
All color formats for development
HEX
#1EB2C2RGB
rgb(30, 178, 194)HSL
hsl(186, 73%, 44%)OKLCH
oklch(0.7 0.115 206.7)CMYK
cmyk(85%, 8%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BA0AF
2#188E9B
3#157C88
4#126B74
5#0F5961
6#0C474E
7#09353A
8#062427
9#031213
Tints
Lighter variations
1#22C8DB
2#39CFE0
3#52D5E4
4#6BDBE8
5#83E1EC
6#9CE7F0
7#B5EDF3
8#CEF3F7
9#E6F9FB
Tones
Muted variations
1#26ABBA
2#2FA5B2
3#379EAA
4#3F98A1
5#479199
6#4F8A91
7#588489
8#607D81
9#687778
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F1 #C6F1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE7 #9AE7EF | BordersInactive statesPlaceholder text |
| 400 | 65DA #65DAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CF #38CFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB2 #1EB2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188D #188D9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1165 #11656E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B41 #0B4147 | Primary textHigh emphasis contentDark headings |
| 950 | 0728 #07282C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFD;
--steel-blue-100: #E0F8FA;
--steel-blue-200: #C6F1F6;
--steel-blue-300: #9AE7EF;
--steel-blue-400: #65DAE7;
--steel-blue-500: #38CFE0;
--steel-blue-600: #1EB2C2;
--steel-blue-700: #188D9A;
--steel-blue-800: #11656E;
--steel-blue-900: #0B4147;
--steel-blue-950: #07282C;
}