Steel Blue
#3761A9
BlueColor Codes
All color formats for development
HEX
#3761A9RGB
rgb(55, 97, 169)HSL
hsl(218, 51%, 44%)OKLCH
oklch(0.499 0.124 260.5)CMYK
cmyk(67%, 43%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315798
2#2C4E88
3#264477
4#213A66
5#1B3055
6#162744
7#101D33
8#0B1322
9#050A11
Tints
Lighter variations
1#3E6DBF
2#527DC7
3#688DCE
4#7E9ED5
5#93AEDC
6#A9BEE3
7#BECEEA
8#D4DFF1
9#E9EFF8
Tones
Muted variations
1#3D62A4
2#42649E
3#486698
4#4E6793
5#54698D
6#596A87
7#5F6C81
8#656D7C
9#6A6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD9 #CDD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BC #A6BCE2 | BordersInactive statesPlaceholder text |
| 400 | 789A #789AD3 | Disabled statesSecondary iconsMuted text |
| 500 | 527D #527DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3761 #3761A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4D #2C4D87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F37 #1F3760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1423 #14233E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EBF6;
--steel-blue-200: #CDD9EF;
--steel-blue-300: #A6BCE2;
--steel-blue-400: #789AD3;
--steel-blue-500: #527DC7;
--steel-blue-600: #3761A9;
--steel-blue-700: #2C4D87;
--steel-blue-800: #1F3760;
--steel-blue-900: #14233E;
--steel-blue-950: #0C1627;
}