Steel Blue
#2C6CB5
BlueColor Codes
All color formats for development
HEX
#2C6CB5RGB
rgb(44, 108, 181)HSL
hsl(212, 61%, 44%)OKLCH
oklch(0.528 0.132 254)CMYK
cmyk(76%, 40%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2761A3
2#235691
3#1F4B7E
4#1A416C
5#16365A
6#122B48
7#0D2036
8#091624
9#040B12
Tints
Lighter variations
1#3179CC
2#4788D2
3#5E97D8
4#75A6DE
5#8CB5E3
6#A3C4E9
7#BAD2EE
8#D1E1F4
9#E8F0F9
Tones
Muted variations
1#336CAE
2#396DA7
3#406DA0
4#476D99
5#4E6E92
6#556E8C
7#5C6F85
8#636F7E
9#697077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C2 #A1C2E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA2 #6FA2DC | Disabled statesSecondary iconsMuted text |
| 500 | 4688 #4688D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C6C #2C6CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2356 #235690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193D #193D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1027 #102742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2ECF8;
--steel-blue-200: #CADDF2;
--steel-blue-300: #A1C2E8;
--steel-blue-400: #6FA2DC;
--steel-blue-500: #4688D2;
--steel-blue-600: #2C6CB5;
--steel-blue-700: #235690;
--steel-blue-800: #193D67;
--steel-blue-900: #102742;
--steel-blue-950: #0A1829;
}