Steel Blue
#2795B9
BlueColor Codes
All color formats for development
HEX
#2795B9RGB
rgb(39, 149, 185)HSL
hsl(195, 65%, 44%)OKLCH
oklch(0.626 0.108 225.2)CMYK
cmyk(79%, 19%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2386A7
2#1F7794
3#1B6882
4#18596F
5#144A5D
6#103B4A
7#0C2D38
8#081E25
9#040F13
Tints
Lighter variations
1#2CA8D1
2#43B2D7
3#5ABCDC
4#72C5E1
5#89CFE6
6#A1D8EB
7#B8E2F0
8#D0ECF5
9#E7F5FA
Tones
Muted variations
1#2F91B2
2#368DAB
3#3D8AA3
4#44869C
5#4C8295
6#537F8D
7#5A7B86
8#62777F
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 | C8E9 #C8E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED7 #9ED7EA | BordersInactive statesPlaceholder text |
| 400 | 6CC3 #6CC3E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42B2 #42B2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2795 #2795B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F76 #1F7693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1654 #165469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E36 #0E3643 | 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: #C8E9F3;
--steel-blue-300: #9ED7EA;
--steel-blue-400: #6CC3E0;
--steel-blue-500: #42B2D7;
--steel-blue-600: #2795B9;
--steel-blue-700: #1F7693;
--steel-blue-800: #165469;
--steel-blue-900: #0E3643;
--steel-blue-950: #09222A;
}