Steel Blue
#2F7FB1
BlueColor Codes
All color formats for development
HEX
#2F7FB1RGB
rgb(47, 127, 177)HSL
hsl(203, 58%, 44%)OKLCH
oklch(0.571 0.109 240.3)CMYK
cmyk(73%, 28%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A73A0
2#26668E
3#21597C
4#1C4C6A
5#184059
6#133347
7#0E2635
8#091923
9#050D12
Tints
Lighter variations
1#3590C8
2#4B9CCF
3#61A9D5
4#78B5DB
5#8EC1E1
6#A5CEE7
7#BBDAED
8#D2E6F3
9#E8F3F9
Tones
Muted variations
1#367EAB
2#3C7CA4
3#437B9E
4#497997
5#507891
6#56768A
7#5D7584
8#63737D
9#6A7277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE2 #CBE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CC #A2CCE6 | BordersInactive statesPlaceholder text |
| 400 | 72B2 #72B2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A9C #4A9CCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F7F #2F7FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2565 #25658D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B48 #1B4865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112E #112E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3F0F8;
--steel-blue-200: #CBE2F1;
--steel-blue-300: #A2CCE6;
--steel-blue-400: #72B2DA;
--steel-blue-500: #4A9CCF;
--steel-blue-600: #2F7FB1;
--steel-blue-700: #25658D;
--steel-blue-800: #1B4865;
--steel-blue-900: #112E40;
--steel-blue-950: #0B1D28;
}