Steel Blue
#2896B8
CyanColor Codes
All color formats for development
HEX
#2896B8RGB
rgb(40, 150, 184)HSL
hsl(194, 64%, 44%)OKLCH
oklch(0.628 0.107 223.7)CMYK
cmyk(78%, 18%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2487A6
2#207893
3#1C6981
4#185A6E
5#144B5C
6#103C4A
7#0C2D37
8#081E25
9#040F12
Tints
Lighter variations
1#2EAACF
2#44B4D6
3#5BBDDB
4#72C7E0
5#8AD0E5
6#A1D9EA
7#B9E3F0
8#D0ECF5
9#E8F6FA
Tones
Muted variations
1#3093B1
2#378FAA
3#3E8BA2
4#45879B
5#4C8394
6#53808D
7#5B7C86
8#62787F
9#697477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E9 #C9E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD8 #9FD8EA | BordersInactive statesPlaceholder text |
| 400 | 6DC4 #6DC4DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B3 #43B3D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2896 #2896B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2078 #207892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1756 #175669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFC;
--steel-blue-100: #E2F3F9;
--steel-blue-200: #C9E9F3;
--steel-blue-300: #9FD8EA;
--steel-blue-400: #6DC4DF;
--steel-blue-500: #43B3D6;
--steel-blue-600: #2896B8;
--steel-blue-700: #207892;
--steel-blue-800: #175669;
--steel-blue-900: #0F3743;
--steel-blue-950: #09222A;
}