Steel Blue
#2C77B5
BlueColor Codes
All color formats for development
HEX
#2C77B5RGB
rgb(44, 119, 181)HSL
hsl(207, 61%, 44%)OKLCH
oklch(0.553 0.121 247.4)CMYK
cmyk(76%, 34%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276BA3
2#235F91
3#1F537E
4#1A476C
5#163C5A
6#123048
7#0D2436
8#091824
9#040C12
Tints
Lighter variations
1#3186CC
2#4794D2
3#5EA1D8
4#75AFDE
5#8CBCE3
6#A3C9E9
7#BAD7EE
8#D1E4F4
9#E8F2F9
Tones
Muted variations
1#3376AE
2#3976A7
3#4075A0
4#477499
5#4E7492
6#55738C
7#5C7285
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 | 6FAB #6FABDC | Disabled statesSecondary iconsMuted text |
| 500 | 4693 #4693D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C77 #2C77B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235F #235F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1944 #194467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102B #102B42 | 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: #6FABDC;
--steel-blue-500: #4693D2;
--steel-blue-600: #2C77B5;
--steel-blue-700: #235F90;
--steel-blue-800: #194467;
--steel-blue-900: #102B42;
--steel-blue-950: #0A1B29;
}