Steel Blue
#3791A9
CyanColor Codes
All color formats for development
HEX
#3791A9RGB
rgb(55, 145, 169)HSL
hsl(193, 51%, 44%)OKLCH
oklch(0.613 0.091 218.8)CMYK
cmyk(67%, 14%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#318298
2#2C7488
3#266577
4#215766
5#1B4855
6#163A44
7#102B33
8#0B1D22
9#050E11
Tints
Lighter variations
1#3EA3BF
2#52AEC7
3#68B8CE
4#7EC2D5
5#93CCDC
6#A9D6E3
7#BEE1EA
8#D4EBF1
9#E9F5F8
Tones
Muted variations
1#3D8DA4
2#428A9E
3#488798
4#4E8493
5#54808D
6#597D87
7#5F7A81
8#65777C
9#6A7376
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D5 #A6D5E2 | BordersInactive statesPlaceholder text |
| 400 | 78C0 #78C0D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52AD #52ADC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3791 #3791A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C73 #2C7387 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F52 #1F5260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1435 #14353E | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFB;
--steel-blue-100: #E4F2F6;
--steel-blue-200: #CDE7EF;
--steel-blue-300: #A6D5E2;
--steel-blue-400: #78C0D3;
--steel-blue-500: #52ADC7;
--steel-blue-600: #3791A9;
--steel-blue-700: #2C7387;
--steel-blue-800: #1F5260;
--steel-blue-900: #14353E;
--steel-blue-950: #0C2127;
}