Steel Blue
#3E5EA3
BlueColor Codes
All color formats for development
HEX
#3E5EA3RGB
rgb(62, 94, 163)HSL
hsl(221, 45%, 44%)OKLCH
oklch(0.492 0.117 263.9)CMYK
cmyk(62%, 42%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#385492
2#314B82
3#2B4272
4#253862
5#1F2F51
6#192541
7#131C31
8#0C1321
9#060910
Tints
Lighter variations
1#466AB7
2#597AC0
3#6E8BC8
4#839BD0
5#97ACD8
6#ACBCE0
7#C1CDE7
8#D6DEEF
9#EAEEF7
Tones
Muted variations
1#43609E
2#486199
3#4D6394
4#52658E
5#576789
6#5C6984
7#616B7F
8#666C7A
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 | CFD8 #CFD8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AABB #AABBDF | BordersInactive statesPlaceholder text |
| 400 | 7E97 #7E97CE | Disabled statesSecondary iconsMuted text |
| 500 | 5979 #5979C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E5E #3E5EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 314B #314B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2335 #23355C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1622 #16223B | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | 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: #CFD8ED;
--steel-blue-300: #AABBDF;
--steel-blue-400: #7E97CE;
--steel-blue-500: #5979C0;
--steel-blue-600: #3E5EA3;
--steel-blue-700: #314B81;
--steel-blue-800: #23355C;
--steel-blue-900: #16223B;
--steel-blue-950: #0E1525;
}