Steel Blue
#1EB4C2
CyanColor Codes
All color formats for development
HEX
#1EB4C2RGB
rgb(30, 180, 194)HSL
hsl(185, 73%, 44%)OKLCH
oklch(0.705 0.116 205.1)CMYK
cmyk(85%, 7%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BA2AF
2#18909B
3#157E88
4#126C74
5#0F5A61
6#0C484E
7#09363A
8#062427
9#031213
Tints
Lighter variations
1#22CBDB
2#39D2E0
3#52D8E4
4#6BDDE8
5#83E3EC
6#9CE9F0
7#B5EEF3
8#CEF4F7
9#E6F9FB
Tones
Muted variations
1#26AEBA
2#2FA7B2
3#37A0AA
4#3F99A1
5#479299
6#4F8C91
7#588589
8#607E81
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 | C6F2 #C6F2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE8 #9AE8EF | BordersInactive statesPlaceholder text |
| 400 | 65DC #65DCE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D2 #38D2E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB4 #1EB4C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1890 #18909A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1167 #11676E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B42 #0B4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | 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: #C6F2F6;
--steel-blue-300: #9AE8EF;
--steel-blue-400: #65DCE7;
--steel-blue-500: #38D2E0;
--steel-blue-600: #1EB4C2;
--steel-blue-700: #18909A;
--steel-blue-800: #11676E;
--steel-blue-900: #0B4247;
--steel-blue-950: #07292C;
}