Steel Blue
#2792B9
BlueColor Codes
All color formats for development
HEX
#2792B9RGB
rgb(39, 146, 185)HSL
hsl(196, 65%, 44%)OKLCH
oklch(0.619 0.109 227.8)CMYK
cmyk(79%, 21%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2384A7
2#1F7594
3#1B6682
4#18586F
5#14495D
6#103A4A
7#0C2C38
8#081D25
9#040F13
Tints
Lighter variations
1#2CA5D1
2#43AFD7
3#5AB9DC
4#72C3E1
5#89CDE6
6#A1D7EB
7#B8E1F0
8#D0EBF5
9#E7F5FA
Tones
Muted variations
1#2F8FB2
2#368BAB
3#3D88A3
4#44859C
5#4C8195
6#537E8D
7#5A7A86
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 | C8E8 #C8E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED6 #9ED6EA | BordersInactive statesPlaceholder text |
| 400 | 6CC1 #6CC1E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42AF #42AFD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2792 #2792B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F74 #1F7493 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1653 #165369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E35 #0E3543 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | 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: #C8E8F3;
--steel-blue-300: #9ED6EA;
--steel-blue-400: #6CC1E0;
--steel-blue-500: #42AFD7;
--steel-blue-600: #2792B9;
--steel-blue-700: #1F7493;
--steel-blue-800: #165369;
--steel-blue-900: #0E3543;
--steel-blue-950: #09212A;
}