Steel Blue
#3D96A4
CyanColor Codes
All color formats for development
HEX
#3D96A4RGB
rgb(61, 150, 164)HSL
hsl(188, 46%, 44%)OKLCH
oklch(0.625 0.086 209.4)CMYK
cmyk(63%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#378793
2#307883
3#2A6973
4#245A62
5#1E4B52
6#183C42
7#122D31
8#0C1E21
9#060F10
Tints
Lighter variations
1#44A9B9
2#58B3C1
3#6DBDC9
4#82C6D1
5#97D0D8
6#ACD9E0
7#C0E3E8
8#D5ECF0
9#EAF6F7
Tones
Muted variations
1#42929F
2#478E99
3#4C8B94
4#51878F
5#56838A
6#5C7F85
7#617C80
8#66787B
9#6B7475
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE9 #CFE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D8 #A9D8DF | BordersInactive statesPlaceholder text |
| 400 | 7DC4 #7DC4CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B3 #57B3C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D96 #3D96A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3077 #307782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2255 #22555D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1637 #16373C | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F5;
--steel-blue-200: #CFE9ED;
--steel-blue-300: #A9D8DF;
--steel-blue-400: #7DC4CF;
--steel-blue-500: #57B3C1;
--steel-blue-600: #3D96A4;
--steel-blue-700: #307782;
--steel-blue-800: #22555D;
--steel-blue-900: #16373C;
--steel-blue-950: #0E2225;
}