Steel Blue
#2C7CB5
BlueColor Codes
All color formats for development
HEX
#2C7CB5RGB
rgb(44, 124, 181)HSL
hsl(205, 61%, 44%)OKLCH
oklch(0.565 0.117 243.9)CMYK
cmyk(76%, 31%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276FA3
2#236391
3#1F577E
4#1A4A6C
5#163E5A
6#123148
7#0D2536
8#091924
9#040C12
Tints
Lighter variations
1#318BCC
2#4798D2
3#5EA5D8
4#75B2DE
5#8CBFE3
6#A3CCE9
7#BAD9EE
8#D1E5F4
9#E8F2F9
Tones
Muted variations
1#337AAE
2#3979A7
3#4078A0
4#477799
5#4E7692
6#55758C
7#5C7485
8#63727E
9#697177
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 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CA #A1CAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FAF #6FAFDC | Disabled statesSecondary iconsMuted text |
| 500 | 4698 #4698D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7C #2C7CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2362 #236290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1946 #194667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102D #102D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | 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: #CAE1F2;
--steel-blue-300: #A1CAE8;
--steel-blue-400: #6FAFDC;
--steel-blue-500: #4698D2;
--steel-blue-600: #2C7CB5;
--steel-blue-700: #236290;
--steel-blue-800: #194667;
--steel-blue-900: #102D42;
--steel-blue-950: #0A1C29;
}