Steel Blue
#1EC2B4
CyanColor Codes
All color formats for development
HEX
#1EC2B4RGB
rgb(30, 194, 180)HSL
hsl(175, 73%, 44%)OKLCH
oklch(0.734 0.125 185.5)CMYK
cmyk(85%, 0%, 7%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAFA2
2#189B90
3#15887E
4#12746C
5#0F615A
6#0C4E48
7#093A36
8#062724
9#031312
Tints
Lighter variations
1#22DBCB
2#39E0D2
3#52E4D8
4#6BE8DD
5#83ECE3
6#9CF0E9
7#B5F3EE
8#CEF7F4
9#E6FBF9
Tones
Muted variations
1#26BAAE
2#2FB2A7
3#37AAA0
4#3FA199
5#479992
6#4F918C
7#588985
8#60817E
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 | 65E7 #65E7DC | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4742 | 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: #65E7DC;
--steel-blue-500: #38E0D2;
--steel-blue-600: #1EC2B4;
--steel-blue-700: #189A90;
--steel-blue-800: #116E67;
--steel-blue-900: #0B4742;
--steel-blue-950: #072C29;
}