Steel Blue
#1EC2BD
CyanColor Codes
All color formats for development
HEX
#1EC2BDRGB
rgb(30, 194, 189)HSL
hsl(178, 73%, 44%)OKLCH
oklch(0.737 0.122 191.5)CMYK
cmyk(85%, 0%, 3%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAFAA
2#189B97
3#158884
4#127471
5#0F615E
6#0C4E4B
7#093A39
8#062726
9#031313
Tints
Lighter variations
1#22DBD5
2#39E0DB
3#52E4DF
4#6BE8E4
5#83ECE8
6#9CF0ED
7#B5F3F1
8#CEF7F6
9#E6FBFA
Tones
Muted variations
1#26BAB5
2#2FB2AD
3#37AAA6
4#3FA19E
5#479996
6#4F918F
7#588987
8#60817F
9#687878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4745 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFD;
--steel-blue-100: #E0FAF9;
--steel-blue-200: #C6F6F4;
--steel-blue-300: #9AEFEC;
--steel-blue-400: #65E7E3;
--steel-blue-500: #38E0DA;
--steel-blue-600: #1EC2BD;
--steel-blue-700: #189A96;
--steel-blue-800: #116E6B;
--steel-blue-900: #0B4745;
--steel-blue-950: #072C2B;
}