Steel Blue
#2EA3B2
CyanColor Codes
All color formats for development
HEX
#2EA3B2RGB
rgb(46, 163, 178)HSL
hsl(187, 59%, 44%)OKLCH
oklch(0.659 0.102 207.7)CMYK
cmyk(74%, 8%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2993A1
2#25828F
3#20727D
4#1C626B
5#175159
6#124147
7#0E3136
8#092124
9#051012
Tints
Lighter variations
1#34B8C9
2#49C0D0
3#60C8D6
4#77D0DC
5#8DD8E2
6#A4E0E8
7#BBE8ED
8#D2EFF3
9#E8F7F9
Tones
Muted variations
1#359EAC
2#3B99A5
3#42949F
4#488F98
5#4F8A91
6#56858B
7#5C7F84
8#637A7D
9#6A7577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DF #A2DFE7 | BordersInactive statesPlaceholder text |
| 400 | 71CE #71CEDA | Disabled statesSecondary iconsMuted text |
| 500 | 49C0 #49C0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA3 #2EA3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2582 #25828E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5D #1A5D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113B #113B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F5F8;
--steel-blue-200: #CAEDF1;
--steel-blue-300: #A2DFE7;
--steel-blue-400: #71CEDA;
--steel-blue-500: #49C0D0;
--steel-blue-600: #2EA3B2;
--steel-blue-700: #25828E;
--steel-blue-800: #1A5D65;
--steel-blue-900: #113B41;
--steel-blue-950: #0A2529;
}