Steel Blue
#2EA5B2
CyanColor Codes
All color formats for development
HEX
#2EA5B2RGB
rgb(46, 165, 178)HSL
hsl(186, 59%, 44%)OKLCH
oklch(0.664 0.102 205.9)CMYK
cmyk(74%, 7%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2995A1
2#25848F
3#20747D
4#1C636B
5#175359
6#124247
7#0E3236
8#092124
9#051112
Tints
Lighter variations
1#34BAC9
2#49C3D0
3#60CAD6
4#77D2DC
5#8DD9E2
6#A4E1E8
7#BBE8ED
8#D2F0F3
9#E8F7F9
Tones
Muted variations
1#35A0AC
2#3B9BA5
3#42959F
4#489098
5#4F8B91
6#56858B
7#5C8084
8#637B7D
9#6A7577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E0 #A2E0E7 | BordersInactive statesPlaceholder text |
| 400 | 71D0 #71D0DA | Disabled statesSecondary iconsMuted text |
| 500 | 49C2 #49C2D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA5 #2EA5B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2583 #25838E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5E #1A5E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113C #113C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F6F8;
--steel-blue-200: #CAEDF1;
--steel-blue-300: #A2E0E7;
--steel-blue-400: #71D0DA;
--steel-blue-500: #49C2D0;
--steel-blue-600: #2EA5B2;
--steel-blue-700: #25838E;
--steel-blue-800: #1A5E65;
--steel-blue-900: #113C41;
--steel-blue-950: #0A2629;
}