Steel Blue
#3D97DB
BlueColor Codes
All color formats for development
HEX
#3D97DBRGB
rgb(61, 151, 219)HSL
hsl(206, 69%, 55%)OKLCH
oklch(0.653 0.132 244.9)CMYK
cmyk(72%, 31%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#278AD5
2#237BBE
3#1E6BA6
4#1A5C8E
5#164D77
6#113D5F
7#0D2E47
8#091F2F
9#040F18
Tints
Lighter variations
1#50A1DF
2#64ACE3
3#77B6E6
4#8BC0EA
5#9ECBED
6#B1D5F1
7#C5E0F4
8#D8EAF8
9#ECF5FB
Tones
Muted variations
1#4596D4
2#4D95CC
3#5594C4
4#5D93BC
5#6592B4
6#6D90AC
7#748FA4
8#7C8E9C
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 #C7E1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCA #9CCAED | BordersInactive statesPlaceholder text |
| 400 | 68AE #68AEE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D97 #3D97DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 237B #237BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C61 #1C6197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1446 #14466C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D45 | 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: #C7E1F5;
--steel-blue-300: #9CCAED;
--steel-blue-400: #68AEE3;
--steel-blue-500: #3D97DB;
--steel-blue-600: #237BBE;
--steel-blue-700: #1C6197;
--steel-blue-800: #14466C;
--steel-blue-900: #0D2D45;
--steel-blue-950: #081C2B;
}