Steel Blue
#3270AE
BlueColor Codes
All color formats for development
HEX
#3270AERGB
rgb(50, 112, 174)HSL
hsl(210, 55%, 44%)OKLCH
oklch(0.535 0.117 250.9)CMYK
cmyk(71%, 36%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D659D
2#285A8B
3#234F7A
4#1E4368
5#193857
6#142D46
7#0F2234
8#0A1623
9#050B11
Tints
Lighter variations
1#397EC4
2#4E8DCC
3#649BD2
4#7AA9D8
5#90B8DF
6#A6C6E5
7#BDD4EC
8#D3E2F2
9#E9F1F9
Tones
Muted variations
1#3970A8
2#3F70A2
3#45709B
4#4B7095
5#51708F
6#587089
7#5E7083
8#64707D
9#6A7076
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C4 #A4C4E5 | BordersInactive statesPlaceholder text |
| 400 | 75A6 #75A6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D8C #4D8CCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3270 #3270AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2859 #28598A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D40 #1D4063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1229 #12293F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3EDF7;
--steel-blue-200: #CCDEF0;
--steel-blue-300: #A4C4E5;
--steel-blue-400: #75A6D7;
--steel-blue-500: #4D8CCB;
--steel-blue-600: #3270AE;
--steel-blue-700: #28598A;
--steel-blue-800: #1D4063;
--steel-blue-900: #12293F;
--steel-blue-950: #0B1A28;
}