Steel Blue
#2F79B1
BlueColor Codes
All color formats for development
HEX
#2F79B1RGB
rgb(47, 121, 177)HSL
hsl(206, 58%, 44%)OKLCH
oklch(0.557 0.113 244.9)CMYK
cmyk(73%, 32%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6DA0
2#26618E
3#21557C
4#1C496A
5#183C59
6#133047
7#0E2435
8#091823
9#050C12
Tints
Lighter variations
1#3588C8
2#4B96CF
3#61A3D5
4#78B0DB
5#8EBDE1
6#A5CAE7
7#BBD7ED
8#D2E5F3
9#E8F2F9
Tones
Muted variations
1#3678AB
2#3C77A4
3#43769E
4#497597
5#507591
6#56748A
7#5D7384
8#63727D
9#6A7177
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C9 #A2C9E6 | BordersInactive statesPlaceholder text |
| 400 | 72AD #72ADDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A95 #4A95CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F79 #2F79B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2560 #25608D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B45 #1B4565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112C #112C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EFF8;
--steel-blue-200: #CBE0F1;
--steel-blue-300: #A2C9E6;
--steel-blue-400: #72ADDA;
--steel-blue-500: #4A95CF;
--steel-blue-600: #2F79B1;
--steel-blue-700: #25608D;
--steel-blue-800: #1B4565;
--steel-blue-900: #112C40;
--steel-blue-950: #0B1B28;
}