Steel Blue
#2E9AB2
CyanColor Codes
All color formats for development
HEX
#2E9AB2RGB
rgb(46, 154, 178)HSL
hsl(191, 59%, 44%)OKLCH
oklch(0.637 0.1 216.1)CMYK
cmyk(74%, 13%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#298BA1
2#257B8F
3#206C7D
4#1C5C6B
5#174D59
6#123E47
7#0E2E36
8#091F24
9#050F12
Tints
Lighter variations
1#34AEC9
2#49B7D0
3#60C0D6
4#77C9DC
5#8DD2E2
6#A4DBE8
7#BBE4ED
8#D2EDF3
9#E8F6F9
Tones
Muted variations
1#3596AC
2#3B92A5
3#428E9F
4#488998
5#4F8591
6#56818B
7#5C7D84
8#63797D
9#6A7477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DA #A2DAE7 | BordersInactive statesPlaceholder text |
| 400 | 71C7 #71C7DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B7 #49B7D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9A #2E9AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257B #257B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A58 #1A5865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1138 #113841 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F4F8;
--steel-blue-200: #CAEAF1;
--steel-blue-300: #A2DAE7;
--steel-blue-400: #71C7DA;
--steel-blue-500: #49B7D0;
--steel-blue-600: #2E9AB2;
--steel-blue-700: #257B8E;
--steel-blue-800: #1A5865;
--steel-blue-900: #113841;
--steel-blue-950: #0A2329;
}