Steel Blue
#2F72B1
BlueColor Codes
All color formats for development
HEX
#2F72B1RGB
rgb(47, 114, 177)HSL
hsl(209, 58%, 44%)OKLCH
oklch(0.54 0.12 249.9)CMYK
cmyk(73%, 36%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A67A0
2#265B8E
3#21507C
4#1C456A
5#183959
6#132E47
7#0E2235
8#091723
9#050B12
Tints
Lighter variations
1#3581C8
2#4B8FCF
3#619DD5
4#78ABDB
5#8EB9E1
6#A5C7E7
7#BBD5ED
8#D2E3F3
9#E8F1F9
Tones
Muted variations
1#3672AB
2#3C72A4
3#43729E
4#497297
5#507191
6#56718A
7#5D7184
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 #E3EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDE #CBDEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C5 #A2C5E6 | BordersInactive statesPlaceholder text |
| 400 | 72A7 #72A7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A8E #4A8ECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F72 #2F72B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255B #255B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B41 #1B4165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112A #112A40 | 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: #E3EDF8;
--steel-blue-200: #CBDEF1;
--steel-blue-300: #A2C5E6;
--steel-blue-400: #72A7DA;
--steel-blue-500: #4A8ECF;
--steel-blue-600: #2F72B1;
--steel-blue-700: #255B8D;
--steel-blue-800: #1B4165;
--steel-blue-900: #112A40;
--steel-blue-950: #0B1A28;
}