Steel Blue
#1EBAC2
CyanColor Codes
All color formats for development
HEX
#1EBAC2RGB
rgb(30, 186, 194)HSL
hsl(183, 73%, 44%)OKLCH
oklch(0.719 0.118 200.5)CMYK
cmyk(85%, 4%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BA7AF
2#18959B
3#158288
4#127074
5#0F5D61
6#0C4A4E
7#09383A
8#062527
9#031313
Tints
Lighter variations
1#22D2DB
2#39D8E0
3#52DDE4
4#6BE2E8
5#83E7EC
6#9CEBF0
7#B5F0F3
8#CEF5F7
9#E6FAFB
Tones
Muted variations
1#26B3BA
2#2FABB2
3#37A4AA
4#3F9CA1
5#479599
6#4F8E91
7#588689
8#607F81
9#687878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEB #9AEBEF | BordersInactive statesPlaceholder text |
| 400 | 65E0 #65E0E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D8 #38D8E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBA #1EBAC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1894 #18949A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116A #116A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B44 #0B4447 | Primary textHigh emphasis contentDark headings |
| 950 | 072A #072A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFD;
--steel-blue-100: #E0F9FA;
--steel-blue-200: #C6F4F6;
--steel-blue-300: #9AEBEF;
--steel-blue-400: #65E0E7;
--steel-blue-500: #38D8E0;
--steel-blue-600: #1EBAC2;
--steel-blue-700: #18949A;
--steel-blue-800: #116A6E;
--steel-blue-900: #0B4447;
--steel-blue-950: #072A2C;
}