Steel Blue
#1EA7C2
CyanColor Codes
All color formats for development
HEX
#1EA7C2RGB
rgb(30, 167, 194)HSL
hsl(190, 73%, 44%)OKLCH
oklch(0.673 0.114 215.5)CMYK
cmyk(85%, 14%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B96AF
2#18859B
3#157588
4#126474
5#0F5361
6#0C434E
7#09323A
8#062127
9#031113
Tints
Lighter variations
1#22BCDB
2#39C4E0
3#52CCE4
4#6BD3E8
5#83DAEC
6#9CE2F0
7#B5E9F3
8#CEF0F7
9#E6F8FB
Tones
Muted variations
1#26A1BA
2#2F9CB2
3#3796AA
4#3F91A1
5#478C99
6#4F8691
7#588189
8#607B81
9#687678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EE #C6EEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE1 #9AE1EF | BordersInactive statesPlaceholder text |
| 400 | 65D1 #65D1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38C4 #38C4E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EA7 #1EA7C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1885 #18859A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115F #115F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3D #0B3D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0726 #07262C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFD;
--steel-blue-100: #E0F6FA;
--steel-blue-200: #C6EEF6;
--steel-blue-300: #9AE1EF;
--steel-blue-400: #65D1E7;
--steel-blue-500: #38C4E0;
--steel-blue-600: #1EA7C2;
--steel-blue-700: #18859A;
--steel-blue-800: #115F6E;
--steel-blue-900: #0B3D47;
--steel-blue-950: #07262C;
}