Steel Blue
#3F9CD9
BlueColor Codes
All color formats for development
HEX
#3F9CD9RGB
rgb(63, 156, 217)HSL
hsl(204, 67%, 55%)OKLCH
oklch(0.664 0.126 241.2)CMYK
cmyk(71%, 28%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A8FD3
2#257FBB
3#206FA4
4#1C5F8D
5#175075
6#13405E
7#0E3046
8#09202F
9#051017
Tints
Lighter variations
1#53A6DD
2#66B0E1
3#79B9E4
4#8CC3E8
5#9FCDEC
6#B2D7F0
7#C6E1F4
8#D9EBF7
9#ECF5FB
Tones
Muted variations
1#479AD1
2#4F99CA
3#5697C2
4#5E95BA
5#6694B3
6#6D92AB
7#7591A3
8#7D8F9C
9#858E94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E2 #C8E2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCC #9DCCEC | BordersInactive statesPlaceholder text |
| 400 | 6AB2 #6AB2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F9C #3F9CD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 257F #257FBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D65 #1D6595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1548 #15486A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2E #0D2E44 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FC;
--steel-blue-100: #E1F0F9;
--steel-blue-200: #C8E2F4;
--steel-blue-300: #9DCCEC;
--steel-blue-400: #6AB2E2;
--steel-blue-500: #3F9CD9;
--steel-blue-600: #257FBB;
--steel-blue-700: #1D6595;
--steel-blue-800: #15486A;
--steel-blue-900: #0D2E44;
--steel-blue-950: #081D2B;
}