Steel Blue
#3796A9
CyanColor Codes
All color formats for development
HEX
#3796A9RGB
rgb(55, 150, 169)HSL
hsl(190, 51%, 44%)OKLCH
oklch(0.626 0.091 213.4)CMYK
cmyk(67%, 11%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#318798
2#2C7888
3#266977
4#215A66
5#1B4B55
6#163C44
7#102D33
8#0B1E22
9#050F11
Tints
Lighter variations
1#3EA9BF
2#52B4C7
3#68BDCE
4#7EC6D5
5#93D0DC
6#A9D9E3
7#BEE3EA
8#D4ECF1
9#E9F6F8
Tones
Muted variations
1#3D93A4
2#428F9E
3#488B98
4#4E8793
5#54838D
6#597F87
7#5F7C81
8#65787C
9#6A7476
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE9 #CDE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D8 #A6D8E2 | BordersInactive statesPlaceholder text |
| 400 | 78C4 #78C4D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B3 #52B3C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3796 #3796A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C78 #2C7887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F55 #1F5560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1437 #14373E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFB;
--steel-blue-100: #E4F3F6;
--steel-blue-200: #CDE9EF;
--steel-blue-300: #A6D8E2;
--steel-blue-400: #78C4D3;
--steel-blue-500: #52B3C7;
--steel-blue-600: #3796A9;
--steel-blue-700: #2C7887;
--steel-blue-800: #1F5560;
--steel-blue-900: #14373E;
--steel-blue-950: #0C2227;
}