Steel Blue
#2D67B4
BlueColor Codes
All color formats for development
HEX
#2D67B4RGB
rgb(45, 103, 180)HSL
hsl(214, 60%, 44%)OKLCH
oklch(0.516 0.136 256.6)CMYK
cmyk(75%, 43%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#285DA2
2#245390
3#1F487E
4#1B3E6C
5#16345A
6#122948
7#0D1F36
8#091524
9#040A12
Tints
Lighter variations
1#3374CA
2#4884D1
3#5F93D7
4#76A2DD
5#8DB2E2
6#A4C1E8
7#BAD1EE
8#D1E0F4
9#E8F0F9
Tones
Muted variations
1#3468AD
2#3A69A6
3#416A9F
4#486B99
5#4F6C92
6#556D8B
7#5C6E84
8#636E7E
9#696F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADB #CADBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C0 #A1C0E8 | BordersInactive statesPlaceholder text |
| 400 | 709F #709FDB | Disabled statesSecondary iconsMuted text |
| 500 | 4783 #4783D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D67 #2D67B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2452 #24528F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3B #1A3B66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1026 #102641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2ECF8;
--steel-blue-200: #CADBF2;
--steel-blue-300: #A1C0E8;
--steel-blue-400: #709FDB;
--steel-blue-500: #4783D1;
--steel-blue-600: #2D67B4;
--steel-blue-700: #24528F;
--steel-blue-800: #1A3B66;
--steel-blue-900: #102641;
--steel-blue-950: #0A1729;
}