Steel Blue
#2D80B4
BlueColor Codes
All color formats for development
HEX
#2D80B4RGB
rgb(45, 128, 180)HSL
hsl(203, 60%, 44%)OKLCH
oklch(0.574 0.112 240.6)CMYK
cmyk(75%, 29%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2873A2
2#246690
3#1F5A7E
4#1B4D6C
5#16405A
6#123348
7#0D2636
8#091A24
9#040D12
Tints
Lighter variations
1#3390CA
2#489DD1
3#5FA9D7
4#76B5DD
5#8DC2E2
6#A4CEE8
7#BADAEE
8#D1E6F4
9#E8F3F9
Tones
Muted variations
1#347EAD
2#3A7DA6
3#417B9F
4#487A99
5#4F7892
6#55768B
7#5C7584
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 | CAE2 #CAE2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CD #A1CDE8 | BordersInactive statesPlaceholder text |
| 400 | 70B2 #70B2DB | Disabled statesSecondary iconsMuted text |
| 500 | 479C #479CD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D80 #2D80B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2466 #24668F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A49 #1A4966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F41 | 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: #CAE2F2;
--steel-blue-300: #A1CDE8;
--steel-blue-400: #70B2DB;
--steel-blue-500: #479CD1;
--steel-blue-600: #2D80B4;
--steel-blue-700: #24668F;
--steel-blue-800: #1A4966;
--steel-blue-900: #102F41;
--steel-blue-950: #0A1D29;
}