Steel Blue
#3E97DA
BlueColor Codes
All color formats for development
HEX
#3E97DARGB
rgb(62, 151, 218)HSL
hsl(206, 68%, 55%)OKLCH
oklch(0.653 0.131 244.7)CMYK
cmyk(72%, 31%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#288AD4
2#247ABC
3#1F6BA5
4#1B5C8D
5#164C76
6#123D5E
7#0D2E47
8#091F2F
9#040F18
Tints
Lighter variations
1#51A1DE
2#65ACE2
3#78B6E5
4#8BC0E9
5#9FCBED
6#B2D5F0
7#C5E0F4
8#D8EAF8
9#ECF5FB
Tones
Muted variations
1#4696D2
2#4E95CB
3#5694C3
4#5D92BB
5#6591B3
6#6D90AB
7#758FA4
8#7D8E9C
9#848D94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E1 #C7E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCA #9CCAEC | BordersInactive statesPlaceholder text |
| 400 | 69AE #69AEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E97 #3E97DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 247A #247ABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D61 #1D6196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1446 #14466B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E1EFF9;
--steel-blue-200: #C7E1F4;
--steel-blue-300: #9CCAEC;
--steel-blue-400: #69AEE2;
--steel-blue-500: #3E97DA;
--steel-blue-600: #247ABC;
--steel-blue-700: #1D6196;
--steel-blue-800: #14466B;
--steel-blue-900: #0D2C45;
--steel-blue-950: #081C2B;
}