Steel Blue
#3462AD
BlueColor Codes
All color formats for development
HEX
#3462ADRGB
rgb(52, 98, 173)HSL
hsl(217, 54%, 44%)OKLCH
oklch(0.503 0.13 259.7)CMYK
cmyk(70%, 43%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E589C
2#294E8A
3#244579
4#1F3B68
5#1A3156
6#152745
7#0F1D34
8#0A1423
9#050A11
Tints
Lighter variations
1#3A6FC3
2#4F7ECA
3#658ED1
4#7B9FD8
5#91AFDE
6#A7BFE5
7#BDCFEB
8#D3DFF2
9#E9EFF8
Tones
Muted variations
1#3A63A7
2#4065A1
3#46669B
4#4C6895
5#52698E
6#586B88
7#5E6C82
8#646D7C
9#6A6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDA #CCDAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BD #A5BDE4 | BordersInactive statesPlaceholder text |
| 400 | 769B #769BD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E7E #4E7ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3462 #3462AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 294E #294E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D38 #1D3862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1324 #13243F | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EBF7;
--steel-blue-200: #CCDAF0;
--steel-blue-300: #A5BDE4;
--steel-blue-400: #769BD6;
--steel-blue-500: #4E7ECA;
--steel-blue-600: #3462AD;
--steel-blue-700: #294E89;
--steel-blue-800: #1D3862;
--steel-blue-900: #13243F;
--steel-blue-950: #0C1627;
}