Steel Blue
#2F8CB1
BlueColor Codes
All color formats for development
HEX
#2F8CB1RGB
rgb(47, 140, 177)HSL
hsl(197, 58%, 44%)OKLCH
oklch(0.602 0.102 228.8)CMYK
cmyk(73%, 21%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A7EA0
2#26708E
3#21627C
4#1C546A
5#184659
6#133847
7#0E2A35
8#091C23
9#050E12
Tints
Lighter variations
1#359EC8
2#4BA9CF
3#61B4D5
4#78BFDB
5#8ECAE1
6#A5D4E7
7#BBDFED
8#D2EAF3
9#E8F4F9
Tones
Muted variations
1#368AAB
2#3C87A4
3#43849E
4#498197
5#507E91
6#567B8A
7#5D7984
8#63767D
9#6A7377
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE6 #CBE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D3 #A2D3E6 | BordersInactive statesPlaceholder text |
| 400 | 72BC #72BCDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA9 #4AA9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F8C #2F8CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2570 #25708D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B50 #1B5065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1133 #113340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F2F8;
--steel-blue-200: #CBE6F1;
--steel-blue-300: #A2D3E6;
--steel-blue-400: #72BCDA;
--steel-blue-500: #4AA9CF;
--steel-blue-600: #2F8CB1;
--steel-blue-700: #25708D;
--steel-blue-800: #1B5065;
--steel-blue-900: #113340;
--steel-blue-950: #0B2028;
}