Steel Blue
#2784B9
BlueColor Codes
All color formats for development
HEX
#2784B9RGB
rgb(39, 132, 185)HSL
hsl(202, 65%, 44%)OKLCH
oklch(0.585 0.117 239)CMYK
cmyk(79%, 29%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2376A7
2#1F6994
3#1B5C82
4#184F6F
5#14425D
6#10354A
7#0C2738
8#081A25
9#040D13
Tints
Lighter variations
1#2C94D1
2#43A1D7
3#5AACDC
4#72B8E1
5#89C4E6
6#A1D0EB
7#B8DCF0
8#D0E7F5
9#E7F3FA
Tones
Muted variations
1#2F82B2
2#3680AB
3#3D7EA3
4#447C9C
5#4C7A95
6#53788D
7#5A7686
8#62747F
9#697277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECF #9ECFEA | BordersInactive statesPlaceholder text |
| 400 | 6CB5 #6CB5E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42A0 #42A0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2784 #2784B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F69 #1F6993 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164B #164B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E30 #0E3043 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E2F0F9;
--steel-blue-200: #C8E4F3;
--steel-blue-300: #9ECFEA;
--steel-blue-400: #6CB5E0;
--steel-blue-500: #42A0D7;
--steel-blue-600: #2784B9;
--steel-blue-700: #1F6993;
--steel-blue-800: #164B69;
--steel-blue-900: #0E3043;
--steel-blue-950: #091E2A;
}