Steel Blue
#2F7BB1
BlueColor Codes
All color formats for development
HEX
#2F7BB1RGB
rgb(47, 123, 177)HSL
hsl(205, 58%, 44%)OKLCH
oklch(0.561 0.112 243.4)CMYK
cmyk(73%, 31%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6FA0
2#26628E
3#21567C
4#1C4A6A
5#183E59
6#133147
7#0E2535
8#091923
9#050C12
Tints
Lighter variations
1#358BC8
2#4B98CF
3#61A5D5
4#78B2DB
5#8EBFE1
6#A5CBE7
7#BBD8ED
8#D2E5F3
9#E8F2F9
Tones
Muted variations
1#367AAB
2#3C79A4
3#43789E
4#497797
5#507691
6#56758A
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 | CBE1 #CBE1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CA #A2CAE6 | BordersInactive statesPlaceholder text |
| 400 | 72AE #72AEDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A97 #4A97CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F7B #2F7BB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2562 #25628D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B46 #1B4665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112D #112D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | 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: #CBE1F1;
--steel-blue-300: #A2CAE6;
--steel-blue-400: #72AEDA;
--steel-blue-500: #4A97CF;
--steel-blue-600: #2F7BB1;
--steel-blue-700: #25628D;
--steel-blue-800: #1B4665;
--steel-blue-900: #112D40;
--steel-blue-950: #0B1C28;
}