Steel Blue
#3962A7
BlueColor Codes
All color formats for development
HEX
#3962A7RGB
rgb(57, 98, 167)HSL
hsl(218, 49%, 44%)OKLCH
oklch(0.501 0.12 260.2)CMYK
cmyk(66%, 41%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335896
2#2E4E86
3#284475
4#223B64
5#1D3154
6#172743
7#111D32
8#0B1421
9#060A11
Tints
Lighter variations
1#416EBC
2#557EC5
3#6A8ECC
4#7F9ED3
5#95AEDB
6#AABEE2
7#BFCFE9
8#D4DFF0
9#EAEFF8
Tones
Muted variations
1#3F63A2
2#44649C
3#4A6697
4#4F6791
5#55698C
6#5A6A86
7#606C81
8#656D7B
9#6B6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDA #CEDAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BD #A8BDE1 | BordersInactive statesPlaceholder text |
| 400 | 7A9A #7A9AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 547D #547DC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3962 #3962A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4E #2E4E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2137 #21375F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1523 #15233D | Primary textHigh emphasis contentDark headings |
| 950 | 0D16 #0D1626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4EBF6;
--steel-blue-200: #CEDAEE;
--steel-blue-300: #A8BDE1;
--steel-blue-400: #7A9AD1;
--steel-blue-500: #547DC4;
--steel-blue-600: #3962A7;
--steel-blue-700: #2E4E85;
--steel-blue-800: #21375F;
--steel-blue-900: #15233D;
--steel-blue-950: #0D1626;
}