Steel Blue
#2C7EB5
BlueColor Codes
All color formats for development
HEX
#2C7EB5RGB
rgb(44, 126, 181)HSL
hsl(204, 61%, 44%)OKLCH
oklch(0.57 0.115 242.4)CMYK
cmyk(76%, 30%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2771A3
2#236591
3#1F587E
4#1A4C6C
5#163F5A
6#123248
7#0D2636
8#091924
9#040D12
Tints
Lighter variations
1#318ECC
2#479BD2
3#5EA7D8
4#75B4DE
5#8CC0E3
6#A3CDE9
7#BAD9EE
8#D1E6F4
9#E8F2F9
Tones
Muted variations
1#337DAE
2#397BA7
3#407AA0
4#477899
5#4E7792
6#55768C
7#5C7485
8#63737E
9#697277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE2 #CAE2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CC #A1CCE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB1 #6FB1DC | Disabled statesSecondary iconsMuted text |
| 500 | 469A #469AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7E #2C7EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2364 #236490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1948 #194867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102E #102E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EFF8;
--steel-blue-200: #CAE2F2;
--steel-blue-300: #A1CCE8;
--steel-blue-400: #6FB1DC;
--steel-blue-500: #469AD2;
--steel-blue-600: #2C7EB5;
--steel-blue-700: #236490;
--steel-blue-800: #194867;
--steel-blue-900: #102E42;
--steel-blue-950: #0A1D29;
}