Steel Blue
#3A69A6
BlueColor Codes
All color formats for development
HEX
#3A69A6RGB
rgb(58, 105, 166)HSL
hsl(214, 48%, 44%)OKLCH
oklch(0.517 0.11 255.7)CMYK
cmyk(65%, 37%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#355F95
2#2F5485
3#294A74
4#233F64
5#1D3553
6#172A42
7#122032
8#0C1521
9#060B11
Tints
Lighter variations
1#4276BB
2#5685C4
3#6B95CB
4#80A4D2
5#95B3DA
6#AAC2E1
7#C0D1E9
8#D5E1F0
9#EAF0F8
Tones
Muted variations
1#406AA1
2#456A9B
3#4B6B96
4#506C91
5#556D8B
6#5B6D86
7#606E80
8#656F7B
9#6B6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDC #CEDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C1 #A8C1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA0 #7BA0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5585 #5585C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A69 #3A69A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E54 #2E5484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213C #213C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1526 #15263C | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5ECF6;
--steel-blue-200: #CEDCEE;
--steel-blue-300: #A8C1E1;
--steel-blue-400: #7BA0D1;
--steel-blue-500: #5585C3;
--steel-blue-600: #3A69A6;
--steel-blue-700: #2E5484;
--steel-blue-800: #213C5E;
--steel-blue-900: #15263C;
--steel-blue-950: #0D1826;
}