Steel Blue
#1EC2B2
CyanColor Codes
All color formats for development
HEX
#1EC2B2RGB
rgb(30, 194, 178)HSL
hsl(174, 73%, 44%)OKLCH
oklch(0.734 0.125 184.2)CMYK
cmyk(85%, 0%, 8%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAFA0
2#189B8E
3#15887C
4#12746B
5#0F6159
6#0C4E47
7#093A35
8#062724
9#031312
Tints
Lighter variations
1#22DBC8
2#39E0CF
3#52E4D5
4#6BE8DB
5#83ECE1
6#9CF0E7
7#B5F3ED
8#CEF7F3
9#E6FBF9
Tones
Muted variations
1#26BAAB
2#2FB2A5
3#37AA9E
4#3FA198
5#479991
6#4F918A
7#588984
8#60817D
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 #C6F6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DA | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4741 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | 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: #C6F6F1;
--steel-blue-300: #9AEFE7;
--steel-blue-400: #65E7DA;
--steel-blue-500: #38E0CF;
--steel-blue-600: #1EC2B2;
--steel-blue-700: #189A8D;
--steel-blue-800: #116E65;
--steel-blue-900: #0B4741;
--steel-blue-950: #072C28;
}