Steel Blue
#3A65A6
BlueColor Codes
All color formats for development
HEX
#3A65A6RGB
rgb(58, 101, 166)HSL
hsl(216, 48%, 44%)OKLCH
oklch(0.508 0.114 258.5)CMYK
cmyk(65%, 39%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#355B95
2#2F5185
3#294774
4#233D64
5#1D3353
6#172942
7#121E32
8#0C1421
9#060A11
Tints
Lighter variations
1#4272BB
2#5682C4
3#6B91CB
4#80A1D2
5#95B1DA
6#AAC0E1
7#C0D0E9
8#D5E0F0
9#EAEFF8
Tones
Muted variations
1#4067A1
2#45689B
3#4B6996
4#506A91
5#556B8B
6#5B6C86
7#606D80
8#656E7B
9#6B6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BF #A8BFE1 | BordersInactive statesPlaceholder text |
| 400 | 7B9D #7B9DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5581 #5581C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A65 #3A65A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E51 #2E5184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213A #213A5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1525 #15253C | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5EBF6;
--steel-blue-200: #CEDBEE;
--steel-blue-300: #A8BFE1;
--steel-blue-400: #7B9DD1;
--steel-blue-500: #5581C3;
--steel-blue-600: #3A65A6;
--steel-blue-700: #2E5184;
--steel-blue-800: #213A5E;
--steel-blue-900: #15253C;
--steel-blue-950: #0D1726;
}