Steel Blue
#1EACC2
CyanColor Codes
All color formats for development
HEX
#1EACC2RGB
rgb(30, 172, 194)HSL
hsl(188, 73%, 44%)OKLCH
oklch(0.685 0.114 211.5)CMYK
cmyk(85%, 11%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B9BAF
2#188A9B
3#157988
4#126774
5#0F5661
6#0C454E
7#09343A
8#062227
9#031113
Tints
Lighter variations
1#22C2DB
2#39CAE0
3#52D1E4
4#6BD7E8
5#83DEEC
6#9CE4F0
7#B5EBF3
8#CEF2F7
9#E6F8FB
Tones
Muted variations
1#26A6BA
2#2FA0B2
3#379AAA
4#3F94A1
5#478E99
6#4F8891
7#588289
8#607C81
9#687678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE4 #9AE4EF | BordersInactive statesPlaceholder text |
| 400 | 65D6 #65D6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CA #38CAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAC #1EACC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1889 #18899A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1162 #11626E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3F #0B3F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0727 #07272C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFD;
--steel-blue-100: #E0F7FA;
--steel-blue-200: #C6F0F6;
--steel-blue-300: #9AE4EF;
--steel-blue-400: #65D6E7;
--steel-blue-500: #38CAE0;
--steel-blue-600: #1EACC2;
--steel-blue-700: #18899A;
--steel-blue-800: #11626E;
--steel-blue-900: #0B3F47;
--steel-blue-950: #07272C;
}