Steel Blue
#2E94B2
CyanColor Codes
All color formats for development
HEX
#2E94B2RGB
rgb(46, 148, 178)HSL
hsl(194, 59%, 44%)OKLCH
oklch(0.622 0.101 221.9)CMYK
cmyk(74%, 17%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2985A1
2#25768F
3#20677D
4#1C596B
5#174A59
6#123B47
7#0E2C36
8#091E24
9#050F12
Tints
Lighter variations
1#34A6C9
2#49B1D0
3#60BAD6
4#77C4DC
5#8DCEE2
6#A4D8E8
7#BBE2ED
8#D2EBF3
9#E8F5F9
Tones
Muted variations
1#3590AC
2#3B8CA5
3#42899F
4#488598
5#4F8291
6#567E8B
7#5C7B84
8#63777D
9#6A7477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE8 #CAE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D7 #A2D7E7 | BordersInactive statesPlaceholder text |
| 400 | 71C2 #71C2DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B0 #49B0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E94 #2E94B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2575 #25758E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A54 #1A5465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1136 #113641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F3F8;
--steel-blue-200: #CAE8F1;
--steel-blue-300: #A2D7E7;
--steel-blue-400: #71C2DA;
--steel-blue-500: #49B0D0;
--steel-blue-600: #2E94B2;
--steel-blue-700: #25758E;
--steel-blue-800: #1A5465;
--steel-blue-900: #113641;
--steel-blue-950: #0A2229;
}