Steel Blue
#2EA1B2
CyanColor Codes
All color formats for development
HEX
#2EA1B2RGB
rgb(46, 161, 178)HSL
hsl(188, 59%, 44%)OKLCH
oklch(0.654 0.101 209.5)CMYK
cmyk(74%, 10%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2991A1
2#25818F
3#20717D
4#1C606B
5#175059
6#124047
7#0E3036
8#092024
9#051012
Tints
Lighter variations
1#34B5C9
2#49BED0
3#60C6D6
4#77CEDC
5#8DD6E2
6#A4DFE8
7#BBE7ED
8#D2EFF3
9#E8F7F9
Tones
Muted variations
1#359CAC
2#3B97A5
3#42929F
4#488D98
5#4F8891
6#56848B
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 | CAEC #CAECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DE #A2DEE7 | BordersInactive statesPlaceholder text |
| 400 | 71CC #71CCDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BE #49BED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA1 #2EA1B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2580 #25808E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5B #1A5B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | 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: #CAECF1;
--steel-blue-300: #A2DEE7;
--steel-blue-400: #71CCDA;
--steel-blue-500: #49BED0;
--steel-blue-600: #2EA1B2;
--steel-blue-700: #25808E;
--steel-blue-800: #1A5B65;
--steel-blue-900: #113A41;
--steel-blue-950: #0A2529;
}