Steel Blue
#3763A9
BlueColor Codes
All color formats for development
HEX
#3763A9RGB
rgb(55, 99, 169)HSL
hsl(217, 51%, 44%)OKLCH
oklch(0.504 0.122 259.3)CMYK
cmyk(67%, 41%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315998
2#2C4F88
3#264577
4#213B66
5#1B3155
6#162844
7#101E33
8#0B1422
9#050A11
Tints
Lighter variations
1#3E6FBF
2#527FC7
3#688FCE
4#7E9FD5
5#93AFDC
6#A9BFE3
7#BECFEA
8#D4DFF1
9#E9EFF8
Tones
Muted variations
1#3D64A4
2#42669E
3#486798
4#4E6893
5#546A8D
6#596B87
7#5F6C81
8#656E7C
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 | CDDA #CDDAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BD #A6BDE2 | BordersInactive statesPlaceholder text |
| 400 | 789B #789BD3 | Disabled statesSecondary iconsMuted text |
| 500 | 527F #527FC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3763 #3763A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4F #2C4F87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F38 #1F3860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1424 #14243E | 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: #CDDAEF;
--steel-blue-300: #A6BDE2;
--steel-blue-400: #789BD3;
--steel-blue-500: #527FC7;
--steel-blue-600: #3763A9;
--steel-blue-700: #2C4F87;
--steel-blue-800: #1F3860;
--steel-blue-900: #14243E;
--steel-blue-950: #0C1627;
}