Steel Blue
#2C79B5
BlueColor Codes
All color formats for development
HEX
#2C79B5RGB
rgb(44, 121, 181)HSL
hsl(206, 61%, 44%)OKLCH
oklch(0.558 0.119 246)CMYK
cmyk(76%, 33%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276DA3
2#236191
3#1F557E
4#1A496C
5#163D5A
6#123148
7#0D2436
8#091824
9#040C12
Tints
Lighter variations
1#3189CC
2#4796D2
3#5EA3D8
4#75B0DE
5#8CBDE3
6#A3CBE9
7#BAD8EE
8#D1E5F4
9#E8F2F9
Tones
Muted variations
1#3378AE
2#3978A7
3#4077A0
4#477699
5#4E7592
6#55748C
7#5C7385
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 | A1C9 #A1C9E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAD #6FADDC | Disabled statesSecondary iconsMuted text |
| 500 | 4696 #4696D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C79 #2C79B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2361 #236190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1945 #194567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102C #102C42 | 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: #A1C9E8;
--steel-blue-400: #6FADDC;
--steel-blue-500: #4696D2;
--steel-blue-600: #2C79B5;
--steel-blue-700: #236190;
--steel-blue-800: #194567;
--steel-blue-900: #102C42;
--steel-blue-950: #0A1C29;
}