Steel Blue
#3D49A4
BlueColor Codes
All color formats for development
HEX
#3D49A4RGB
rgb(61, 73, 164)HSL
hsl(233, 46%, 44%)OKLCH
oklch(0.448 0.146 273.3)CMYK
cmyk(63%, 55%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#374193
2#303A83
3#2A3373
4#242C62
5#1E2452
6#181D42
7#121631
8#0C0F21
9#060710
Tints
Lighter variations
1#4452B9
2#5864C1
3#6D78C9
4#828BD1
5#979ED8
6#ACB2E0
7#C0C5E8
8#D5D8F0
9#EAECF7
Tones
Muted variations
1#424D9F
2#475199
3#4C5594
4#51588F
5#565C8A
6#5C6085
7#616480
8#66687B
9#6B6C75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B0 #A9B0DF | BordersInactive statesPlaceholder text |
| 400 | 7D86 #7D86CF | Disabled statesSecondary iconsMuted text |
| 500 | 5764 #5764C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D49 #3D49A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303A #303A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2229 #22295D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #CFD2ED;
--steel-blue-300: #A9B0DF;
--steel-blue-400: #7D86CF;
--steel-blue-500: #5764C1;
--steel-blue-600: #3D49A4;
--steel-blue-700: #303A82;
--steel-blue-800: #22295D;
--steel-blue-900: #161A3C;
--steel-blue-950: #0E1125;
}