Steel Blue
#1EAFC2
CyanColor Codes
All color formats for development
HEX
#1EAFC2RGB
rgb(30, 175, 194)HSL
hsl(187, 73%, 44%)OKLCH
oklch(0.692 0.114 209)CMYK
cmyk(85%, 10%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B9DAF
2#188C9B
3#157A88
4#126974
5#0F5761
6#0C464E
7#09343A
8#062327
9#031113
Tints
Lighter variations
1#22C5DB
2#39CDE0
3#52D3E4
4#6BD9E8
5#83E0EC
6#9CE6F0
7#B5ECF3
8#CEF2F7
9#E6F9FB
Tones
Muted variations
1#26A9BA
2#2FA2B2
3#379CAA
4#3F96A1
5#479099
6#4F8991
7#588389
8#607D81
9#687678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE5 #9AE5EF | BordersInactive statesPlaceholder text |
| 400 | 65D8 #65D8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CC #38CCE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAF #1EAFC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188B #188B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1163 #11636E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B40 #0B4047 | Primary textHigh emphasis contentDark headings |
| 950 | 0728 #07282C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFD;
--steel-blue-100: #E0F7FA;
--steel-blue-200: #C6F0F6;
--steel-blue-300: #9AE5EF;
--steel-blue-400: #65D8E7;
--steel-blue-500: #38CCE0;
--steel-blue-600: #1EAFC2;
--steel-blue-700: #188B9A;
--steel-blue-800: #11636E;
--steel-blue-900: #0B4047;
--steel-blue-950: #07282C;
}