Steel Blue
#3D68A4
BlueColor Codes
All color formats for development
HEX
#3D68A4RGB
rgb(61, 104, 164)HSL
hsl(215, 46%, 44%)OKLCH
oklch(0.515 0.107 257)CMYK
cmyk(63%, 37%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#375D93
2#305383
3#2A4973
4#243E62
5#1E3452
6#182942
7#121F31
8#0C1521
9#060A10
Tints
Lighter variations
1#4475B9
2#5884C1
3#6D93C9
4#82A3D1
5#97B2D8
6#ACC2E0
7#C0D1E8
8#D5E0F0
9#EAF0F7
Tones
Muted variations
1#42689F
2#476999
3#4C6A94
4#516B8F
5#566C8A
6#5C6D85
7#616E80
8#666E7B
9#6B6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDB #CFDBED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C0 #A9C0DF | BordersInactive statesPlaceholder text |
| 400 | 7D9F #7D9FCF | Disabled statesSecondary iconsMuted text |
| 500 | 5783 #5783C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D68 #3D68A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3052 #305282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223B #223B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1626 #16263C | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5ECF5;
--steel-blue-200: #CFDBED;
--steel-blue-300: #A9C0DF;
--steel-blue-400: #7D9FCF;
--steel-blue-500: #5783C1;
--steel-blue-600: #3D68A4;
--steel-blue-700: #305282;
--steel-blue-800: #223B5D;
--steel-blue-900: #16263C;
--steel-blue-950: #0E1825;
}