Steel Blue
#328FAE
BlueColor Codes
All color formats for development
HEX
#328FAERGB
rgb(50, 143, 174)HSL
hsl(195, 55%, 44%)OKLCH
oklch(0.609 0.097 224.2)CMYK
cmyk(71%, 18%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D819D
2#28728B
3#23647A
4#1E5668
5#194857
6#143946
7#0F2B34
8#0A1D23
9#050E11
Tints
Lighter variations
1#39A1C4
2#4EACCC
3#64B7D2
4#7AC1D8
5#90CBDF
6#A6D6E5
7#BDE0EC
8#D3EAF2
9#E9F5F9
Tones
Muted variations
1#398CA8
2#3F89A2
3#45869B
4#4B8395
5#51808F
6#587D89
7#5E7983
8#64767D
9#6A7376
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE7 #CCE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D4 #A4D4E5 | BordersInactive statesPlaceholder text |
| 400 | 75BE #75BED7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DAC #4DACCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 328F #328FAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2872 #28728A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D51 #1D5163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1234 #12343F | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F2F7;
--steel-blue-200: #CCE7F0;
--steel-blue-300: #A4D4E5;
--steel-blue-400: #75BED7;
--steel-blue-500: #4DACCB;
--steel-blue-600: #328FAE;
--steel-blue-700: #28728A;
--steel-blue-800: #1D5163;
--steel-blue-900: #12343F;
--steel-blue-950: #0B2128;
}