Steel Blue
#3A6BA6
BlueColor Codes
All color formats for development
HEX
#3A6BA6RGB
rgb(58, 107, 166)HSL
hsl(213, 48%, 44%)OKLCH
oklch(0.522 0.108 254.3)CMYK
cmyk(65%, 36%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#356095
2#2F5585
3#294B74
4#234064
5#1D3553
6#172B42
7#122032
8#0C1521
9#060B11
Tints
Lighter variations
1#4278BB
2#5687C4
3#6B96CB
4#80A5D2
5#95B4DA
6#AAC3E1
7#C0D2E9
8#D5E1F0
9#EAF0F8
Tones
Muted variations
1#406BA1
2#456C9B
3#4B6C96
4#506D91
5#556E8B
6#5B6E86
7#606F80
8#656F7B
9#6B7076
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 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA1 #7BA1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5587 #5587C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A6B #3A6BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E55 #2E5584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213D #213D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273C | 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: #A8C2E1;
--steel-blue-400: #7BA1D1;
--steel-blue-500: #5587C3;
--steel-blue-600: #3A6BA6;
--steel-blue-700: #2E5584;
--steel-blue-800: #213D5E;
--steel-blue-900: #15273C;
--steel-blue-950: #0D1826;
}