Steel Blue
#3584AC
BlueColor Codes
All color formats for development
HEX
#3584ACRGB
rgb(53, 132, 172)HSL
hsl(200, 53%, 44%)OKLCH
oklch(0.582 0.098 234.1)CMYK
cmyk(69%, 23%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F779A
2#2A6A89
3#255C78
4#204F67
5#1A4256
6#153545
7#102833
8#0B1A22
9#050D11
Tints
Lighter variations
1#3B95C2
2#50A1C9
3#66ADD0
4#7CB8D7
5#92C4DD
6#A8D0E4
7#BDDCEB
8#D3E7F2
9#E9F3F8
Tones
Muted variations
1#3B82A6
2#4180A0
3#477E9A
4#4D7C94
5#527A8E
6#587888
7#5E7682
8#64747C
9#6A7276
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE4 #CCE4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CF #A5CFE3 | BordersInactive statesPlaceholder text |
| 400 | 76B6 #76B6D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FA1 #4FA1C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3584 #3584AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A69 #2A6989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4B #1E4B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1330 #13303E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FB;
--steel-blue-100: #E4F0F7;
--steel-blue-200: #CCE4EF;
--steel-blue-300: #A5CFE3;
--steel-blue-400: #76B6D5;
--steel-blue-500: #4FA1C9;
--steel-blue-600: #3584AC;
--steel-blue-700: #2A6989;
--steel-blue-800: #1E4B62;
--steel-blue-900: #13303E;
--steel-blue-950: #0C1E27;
}