Steel Blue
#327FAE
BlueColor Codes
All color formats for development
HEX
#327FAERGB
rgb(50, 127, 174)HSL
hsl(203, 55%, 44%)OKLCH
oklch(0.57 0.104 239.3)CMYK
cmyk(71%, 27%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D729D
2#28658B
3#23597A
4#1E4C68
5#193F57
6#143346
7#0F2634
8#0A1923
9#050D11
Tints
Lighter variations
1#398FC4
2#4E9BCC
3#64A8D2
4#7AB4D8
5#90C1DF
6#A6CDE5
7#BDDAEC
8#D3E6F2
9#E9F3F9
Tones
Muted variations
1#397DA8
2#3F7CA2
3#457A9B
4#4B7995
5#51778F
6#587689
7#5E7583
8#64737D
9#6A7276
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 | CCE2 #CCE2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CC #A4CCE5 | BordersInactive statesPlaceholder text |
| 400 | 75B1 #75B1D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D9B #4D9BCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 327F #327FAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2865 #28658A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D48 #1D4863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122E #122E3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | 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: #CCE2F0;
--steel-blue-300: #A4CCE5;
--steel-blue-400: #75B1D7;
--steel-blue-500: #4D9BCB;
--steel-blue-600: #327FAE;
--steel-blue-700: #28658A;
--steel-blue-800: #1D4863;
--steel-blue-900: #122E3F;
--steel-blue-950: #0B1D28;
}