Steel Blue
#3278AE
BlueColor Codes
All color formats for development
HEX
#3278AERGB
rgb(50, 120, 174)HSL
hsl(206, 55%, 44%)OKLCH
oklch(0.553 0.109 245.1)CMYK
cmyk(71%, 31%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D6C9D
2#28608B
3#23547A
4#1E4868
5#193C57
6#143046
7#0F2434
8#0A1823
9#050C11
Tints
Lighter variations
1#3988C4
2#4E95CC
3#64A2D2
4#7AB0D8
5#90BDDF
6#A6CAE5
7#BDD7EC
8#D3E5F2
9#E9F2F9
Tones
Muted variations
1#3978A8
2#3F77A2
3#45769B
4#4B7595
5#51748F
6#587389
7#5E7383
8#64727D
9#6A7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C9 #A4C9E5 | BordersInactive statesPlaceholder text |
| 400 | 75AC #75ACD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D95 #4D95CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3278 #3278AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2860 #28608A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D44 #1D4463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122C #122C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EEF7;
--steel-blue-200: #CCE0F0;
--steel-blue-300: #A4C9E5;
--steel-blue-400: #75ACD7;
--steel-blue-500: #4D95CB;
--steel-blue-600: #3278AE;
--steel-blue-700: #28608A;
--steel-blue-800: #1D4463;
--steel-blue-900: #122C3F;
--steel-blue-950: #0B1B28;
}