Steel Blue
#3266AE
BlueColor Codes
All color formats for development
HEX
#3266AERGB
rgb(50, 102, 174)HSL
hsl(215, 55%, 44%)OKLCH
oklch(0.512 0.127 257.1)CMYK
cmyk(71%, 41%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D5C9D
2#28528B
3#23477A
4#1E3D68
5#193357
6#142946
7#0F1F34
8#0A1423
9#050A11
Tints
Lighter variations
1#3973C4
2#4E82CC
3#6492D2
4#7AA1D8
5#90B1DF
6#A6C1E5
7#BDD0EC
8#D3E0F2
9#E9EFF9
Tones
Muted variations
1#3967A8
2#3F68A2
3#45699B
4#4B6A95
5#516B8F
6#586C89
7#5E6D83
8#646E7D
9#6A6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDB #CCDBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4BF #A4BFE5 | BordersInactive statesPlaceholder text |
| 400 | 759E #759ED7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D82 #4D82CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3266 #3266AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2851 #28518A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3A #1D3A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1225 #12253F | Primary textHigh emphasis contentDark headings |
| 950 | 0B17 #0B1728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3ECF7;
--steel-blue-200: #CCDBF0;
--steel-blue-300: #A4BFE5;
--steel-blue-400: #759ED7;
--steel-blue-500: #4D82CB;
--steel-blue-600: #3266AE;
--steel-blue-700: #28518A;
--steel-blue-800: #1D3A63;
--steel-blue-900: #12253F;
--steel-blue-950: #0B1728;
}