Steel Blue
#3F94A2
CyanColor Codes
All color formats for development
HEX
#3F94A2RGB
rgb(63, 148, 162)HSL
hsl(188, 44%, 44%)OKLCH
oklch(0.62 0.084 209.9)CMYK
cmyk(61%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#398691
2#327781
3#2C6871
4#265961
5#1F4A51
6#193B41
7#132D30
8#0D1E20
9#060F10
Tints
Lighter variations
1#47A7B6
2#5AB2BF
3#6FBBC7
4#84C5CF
5#98CFD7
6#ADD8DF
7#C1E2E7
8#D6ECEF
9#EAF5F7
Tones
Muted variations
1#44919D
2#498D98
3#4E8A93
4#53868E
5#588289
6#5C7F84
7#617B7F
8#66777A
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 #CFE9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD7 #ABD7DE | BordersInactive statesPlaceholder text |
| 400 | 7EC3 #7EC3CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB1 #5AB1BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F94 #3F94A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3276 #327681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2454 #24545C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1736 #17363B | 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: #CFE9EC;
--steel-blue-300: #ABD7DE;
--steel-blue-400: #7EC3CD;
--steel-blue-500: #5AB1BF;
--steel-blue-600: #3F94A2;
--steel-blue-700: #327681;
--steel-blue-800: #24545C;
--steel-blue-900: #17363B;
--steel-blue-950: #0E2225;
}