Steel Blue
#2C80B5
BlueColor Codes
All color formats for development
HEX
#2C80B5RGB
rgb(44, 128, 181)HSL
hsl(203, 61%, 44%)OKLCH
oklch(0.574 0.113 240.9)CMYK
cmyk(76%, 29%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2773A3
2#236791
3#1F5A7E
4#1A4D6C
5#16405A
6#123348
7#0D2636
8#091A24
9#040D12
Tints
Lighter variations
1#3190CC
2#479DD2
3#5EA9D8
4#75B6DE
5#8CC2E3
6#A3CEE9
7#BADAEE
8#D1E7F4
9#E8F3F9
Tones
Muted variations
1#337FAE
2#397DA7
3#407BA0
4#477A99
5#4E7892
6#55778C
7#5C7585
8#63737E
9#697277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CD #A1CDE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB2 #6FB2DC | Disabled statesSecondary iconsMuted text |
| 500 | 469D #469DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C80 #2C80B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2366 #236690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1949 #194967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2F0F8;
--steel-blue-200: #CAE3F2;
--steel-blue-300: #A1CDE8;
--steel-blue-400: #6FB2DC;
--steel-blue-500: #469DD2;
--steel-blue-600: #2C80B5;
--steel-blue-700: #236690;
--steel-blue-800: #194967;
--steel-blue-900: #102F42;
--steel-blue-950: #0A1D29;
}