Steel Blue
#2E9CB2
CyanColor Codes
All color formats for development
HEX
#2E9CB2RGB
rgb(46, 156, 178)HSL
hsl(190, 59%, 44%)OKLCH
oklch(0.642 0.1 214.2)CMYK
cmyk(74%, 12%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#298DA1
2#257D8F
3#206D7D
4#1C5E6B
5#174E59
6#123F47
7#0E2F36
8#091F24
9#051012
Tints
Lighter variations
1#34B0C9
2#49BAD0
3#60C2D6
4#77CBDC
5#8DD4E2
6#A4DCE8
7#BBE5ED
8#D2EEF3
9#E8F6F9
Tones
Muted variations
1#3598AC
2#3B94A5
3#428F9F
4#488B98
5#4F8691
6#56828B
7#5C7D84
8#63797D
9#6A7577
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 | CAEB #CAEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DB #A2DBE7 | BordersInactive statesPlaceholder text |
| 400 | 71C9 #71C9DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B9 #49B9D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9C #2E9CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257C #257C8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A59 #1A5965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113941 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | 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: #CAEBF1;
--steel-blue-300: #A2DBE7;
--steel-blue-400: #71C9DA;
--steel-blue-500: #49B9D0;
--steel-blue-600: #2E9CB2;
--steel-blue-700: #257C8E;
--steel-blue-800: #1A5965;
--steel-blue-900: #113941;
--steel-blue-950: #0A2429;
}