Steel Blue
#3072B0
BlueColor Codes
All color formats for development
HEX
#3072B0RGB
rgb(48, 114, 176)HSL
hsl(209, 57%, 44%)OKLCH
oklch(0.54 0.118 249.8)CMYK
cmyk(73%, 35%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B679F
2#275B8D
3#22507B
4#1D456A
5#183958
6#132E46
7#0E2235
8#0A1723
9#050B12
Tints
Lighter variations
1#3681C7
2#4C8FCE
3#629DD4
4#78ABDA
5#8FB9E0
6#A5C7E6
7#BCD5ED
8#D2E3F3
9#E9F1F9
Tones
Muted variations
1#3772AA
2#3D72A3
3#43729D
4#4A7197
5#507190
6#57718A
7#5D7183
8#63717D
9#6A7077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDE #CBDEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3C5 #A3C5E6 | BordersInactive statesPlaceholder text |
| 400 | 73A7 #73A7D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B8E #4B8ECE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3072 #3072B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 265B #265B8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B41 #1B4164 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122A #122A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3EDF7;
--steel-blue-200: #CBDEF1;
--steel-blue-300: #A3C5E6;
--steel-blue-400: #73A7D9;
--steel-blue-500: #4B8ECE;
--steel-blue-600: #3072B0;
--steel-blue-700: #265B8C;
--steel-blue-800: #1B4164;
--steel-blue-900: #122A40;
--steel-blue-950: #0B1A28;
}