Steel Blue
#2D77B4
BlueColor Codes
All color formats for development
HEX
#2D77B4RGB
rgb(45, 119, 180)HSL
hsl(207, 60%, 44%)OKLCH
oklch(0.553 0.119 247.2)CMYK
cmyk(75%, 34%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#286BA2
2#245F90
3#1F537E
4#1B476C
5#163B5A
6#123048
7#0D2436
8#091824
9#040C12
Tints
Lighter variations
1#3386CA
2#4894D1
3#5FA1D7
4#76AEDD
5#8DBCE2
6#A4C9E8
7#BAD7EE
8#D1E4F4
9#E8F2F9
Tones
Muted variations
1#3476AD
2#3A76A6
3#41759F
4#487499
5#4F7492
6#55738B
7#5C7284
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 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C8 #A1C8E8 | BordersInactive statesPlaceholder text |
| 400 | 70AB #70ABDB | Disabled statesSecondary iconsMuted text |
| 500 | 4793 #4793D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D77 #2D77B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 245F #245F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A44 #1A4466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102B #102B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EEF8;
--steel-blue-200: #CAE0F2;
--steel-blue-300: #A1C8E8;
--steel-blue-400: #70ABDB;
--steel-blue-500: #4793D1;
--steel-blue-600: #2D77B4;
--steel-blue-700: #245F8F;
--steel-blue-800: #1A4466;
--steel-blue-900: #102B41;
--steel-blue-950: #0A1B29;
}