Steel Blue
#3D5AA4
BlueColor Codes
All color formats for development
HEX
#3D5AA4RGB
rgb(61, 90, 164)HSL
hsl(223, 46%, 44%)OKLCH
oklch(0.484 0.124 265.9)CMYK
cmyk(63%, 45%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#375193
2#304883
3#2A3F73
4#243662
5#1E2D52
6#182442
7#121B31
8#0C1221
9#060910
Tints
Lighter variations
1#4465B9
2#5876C1
3#6D87C9
4#8298D1
5#97A9D8
6#ACBAE0
7#C0CCE8
8#D5DDF0
9#EAEEF7
Tones
Muted variations
1#425C9F
2#475E99
3#4C6194
4#51638F
5#56658A
6#5C6785
7#616980
8#666C7B
9#6B6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B9 #A9B9DF | BordersInactive statesPlaceholder text |
| 400 | 7D94 #7D94CF | Disabled statesSecondary iconsMuted text |
| 500 | 5775 #5775C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5A #3D5AA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3047 #304782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2233 #22335D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EAF5;
--steel-blue-200: #CFD7ED;
--steel-blue-300: #A9B9DF;
--steel-blue-400: #7D94CF;
--steel-blue-500: #5775C1;
--steel-blue-600: #3D5AA4;
--steel-blue-700: #304782;
--steel-blue-800: #22335D;
--steel-blue-900: #16213C;
--steel-blue-950: #0E1425;
}