Steel Blue
#3D94A4
CyanColor Codes
All color formats for development
HEX
#3D94A4RGB
rgb(61, 148, 164)HSL
hsl(189, 46%, 44%)OKLCH
oklch(0.621 0.085 211.7)CMYK
cmyk(63%, 10%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#378593
2#307783
3#2A6873
4#245962
5#1E4A52
6#183B42
7#122C31
8#0C1E21
9#060F10
Tints
Lighter variations
1#44A7B9
2#58B2C1
3#6DBBC9
4#82C5D1
5#97CFD8
6#ACD8E0
7#C0E2E8
8#D5ECF0
9#EAF5F7
Tones
Muted variations
1#42919F
2#478D99
3#4C8994
4#51868F
5#56828A
6#5C7F85
7#617B80
8#66777B
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 | A9D7 #A9D7DF | BordersInactive statesPlaceholder text |
| 400 | 7DC2 #7DC2CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B1 #57B1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D94 #3D94A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3076 #307682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2254 #22545D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1636 #16363C | 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: #A9D7DF;
--steel-blue-400: #7DC2CF;
--steel-blue-500: #57B1C1;
--steel-blue-600: #3D94A4;
--steel-blue-700: #307682;
--steel-blue-800: #22545D;
--steel-blue-900: #16363C;
--steel-blue-950: #0E2225;
}