Steel Blue
#327DAE
BlueColor Codes
All color formats for development
HEX
#327DAERGB
rgb(50, 125, 174)HSL
hsl(204, 55%, 44%)OKLCH
oklch(0.565 0.105 241)CMYK
cmyk(71%, 28%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D709D
2#28648B
3#23577A
4#1E4B68
5#193E57
6#143246
7#0F2534
8#0A1923
9#050C11
Tints
Lighter variations
1#398CC4
2#4E99CC
3#64A6D2
4#7AB3D8
5#90BFDF
6#A6CCE5
7#BDD9EC
8#D3E6F2
9#E9F2F9
Tones
Muted variations
1#397BA8
2#3F7AA2
3#45799B
4#4B7895
5#51768F
6#587589
7#5E7483
8#64737D
9#6A7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE1 #CCE1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CB #A4CBE5 | BordersInactive statesPlaceholder text |
| 400 | 75B0 #75B0D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D99 #4D99CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 327D #327DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2863 #28638A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D47 #1D4763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122D #122D3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EFF7;
--steel-blue-200: #CCE1F0;
--steel-blue-300: #A4CBE5;
--steel-blue-400: #75B0D7;
--steel-blue-500: #4D99CB;
--steel-blue-600: #327DAE;
--steel-blue-700: #28638A;
--steel-blue-800: #1D4763;
--steel-blue-900: #122D3F;
--steel-blue-950: #0B1C28;
}