Steel Blue
#1EBDC2
CyanColor Codes
All color formats for development
HEX
#1EBDC2RGB
rgb(30, 189, 194)HSL
hsl(182, 73%, 44%)OKLCH
oklch(0.727 0.119 198.3)CMYK
cmyk(85%, 3%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAAAF
2#18979B
3#158488
4#127174
5#0F5E61
6#0C4B4E
7#09393A
8#062627
9#031313
Tints
Lighter variations
1#22D5DB
2#39DBE0
3#52DFE4
4#6BE4E8
5#83E8EC
6#9CEDF0
7#B5F1F3
8#CEF6F7
9#E6FAFB
Tones
Muted variations
1#26B5BA
2#2FADB2
3#37A6AA
4#3F9EA1
5#479699
6#4F8F91
7#588789
8#607F81
9#687878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEC #9AECEF | BordersInactive statesPlaceholder text |
| 400 | 65E3 #65E3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38DA #38DAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBD #1EBDC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1896 #18969A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116B #116B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B45 #0B4547 | Primary textHigh emphasis contentDark headings |
| 950 | 072B #072B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFD;
--steel-blue-100: #E0F9FA;
--steel-blue-200: #C6F4F6;
--steel-blue-300: #9AECEF;
--steel-blue-400: #65E3E7;
--steel-blue-500: #38DAE0;
--steel-blue-600: #1EBDC2;
--steel-blue-700: #18969A;
--steel-blue-800: #116B6E;
--steel-blue-900: #0B4547;
--steel-blue-950: #072B2C;
}