Steel Blue
#3E59A3
BlueColor Codes
All color formats for development
HEX
#3E59A3RGB
rgb(62, 89, 163)HSL
hsl(224, 45%, 44%)OKLCH
oklch(0.481 0.123 266.7)CMYK
cmyk(62%, 45%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#385092
2#314782
3#2B3E72
4#253562
5#1F2C51
6#192341
7#131B31
8#0C1221
9#060910
Tints
Lighter variations
1#4664B7
2#5975C0
3#6E86C8
4#8397D0
5#97A9D8
6#ACBAE0
7#C1CBE7
8#D6DCEF
9#EAEEF7
Tones
Muted variations
1#435B9E
2#485D99
3#4D6094
4#52628E
5#576489
6#5C6784
7#61697F
8#666B7A
9#6B6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB8 #AAB8DF | BordersInactive statesPlaceholder text |
| 400 | 7E93 #7E93CE | Disabled statesSecondary iconsMuted text |
| 500 | 5974 #5974C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E59 #3E59A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3147 #314781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2332 #23325C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203B | 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: #E5E9F5;
--steel-blue-200: #CFD7ED;
--steel-blue-300: #AAB8DF;
--steel-blue-400: #7E93CE;
--steel-blue-500: #5974C0;
--steel-blue-600: #3E59A3;
--steel-blue-700: #314781;
--steel-blue-800: #23325C;
--steel-blue-900: #16203B;
--steel-blue-950: #0E1425;
}