Steel Blue
#2A96B7
CyanColor Codes
All color formats for development
HEX
#2A96B7RGB
rgb(42, 150, 183)HSL
hsl(194, 63%, 44%)OKLCH
oklch(0.628 0.105 223.2)CMYK
cmyk(77%, 18%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2587A5
2#217892
3#1D6980
4#195A6E
5#154B5B
6#113C49
7#0C2D37
8#081E25
9#040F12
Tints
Lighter variations
1#2FA9CE
2#45B3D5
3#5CBDDA
4#73C6DF
5#8BD0E5
6#A2D9EA
7#B9E3EF
8#D0ECF4
9#E8F6FA
Tones
Muted variations
1#3192B0
2#388EA9
3#3F8BA2
4#46879B
5#4D8394
6#547F8C
7#5B7C85
8#62787E
9#697477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E9 #C9E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD8 #9FD8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC4 #6EC4DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B3 #44B3D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A96 #2A96B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2177 #217791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1855 #185568 | 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: #F3FAFC;
--steel-blue-100: #E2F3F8;
--steel-blue-200: #C9E9F3;
--steel-blue-300: #9FD8E9;
--steel-blue-400: #6EC4DE;
--steel-blue-500: #44B3D5;
--steel-blue-600: #2A96B7;
--steel-blue-700: #217791;
--steel-blue-800: #185568;
--steel-blue-900: #0F3743;
--steel-blue-950: #09222A;
}