Steel Blue
#3474AD
BlueColor Codes
All color formats for development
HEX
#3474ADRGB
rgb(52, 116, 173)HSL
hsl(208, 54%, 44%)OKLCH
oklch(0.544 0.111 248.2)CMYK
cmyk(70%, 33%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E699C
2#295D8A
3#245179
4#1F4668
5#1A3A56
6#152E45
7#0F2334
8#0A1723
9#050C11
Tints
Lighter variations
1#3A83C3
2#4F91CA
3#659FD1
4#7BACD8
5#91BADE
6#A7C8E5
7#BDD6EB
8#D3E3F2
9#E9F1F8
Tones
Muted variations
1#3A74A7
2#4073A1
3#46739B
4#4C7395
5#52728E
6#587288
7#5E7182
8#64717C
9#6A7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDF #CCDFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C6 #A5C6E4 | BordersInactive statesPlaceholder text |
| 400 | 76A9 #76A9D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E90 #4E90CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3474 #3474AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 295C #295C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D42 #1D4262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132A #132A3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4EEF7;
--steel-blue-200: #CCDFF0;
--steel-blue-300: #A5C6E4;
--steel-blue-400: #76A9D6;
--steel-blue-500: #4E90CA;
--steel-blue-600: #3474AD;
--steel-blue-700: #295C89;
--steel-blue-800: #1D4262;
--steel-blue-900: #132A3F;
--steel-blue-950: #0C1A27;
}