Steel Blue
#3F96A2
CyanColor Codes
All color formats for development
HEX
#3F96A2RGB
rgb(63, 150, 162)HSL
hsl(187, 44%, 44%)OKLCH
oklch(0.625 0.084 207.7)CMYK
cmyk(61%, 7%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#398791
2#327881
3#2C6971
4#265A61
5#1F4B51
6#193C41
7#132D30
8#0D1E20
9#060F10
Tints
Lighter variations
1#47A9B6
2#5AB3BF
3#6FBDC7
4#84C6CF
5#98D0D7
6#ADD9DF
7#C1E3E7
8#D6ECEF
9#EAF6F7
Tones
Muted variations
1#44929D
2#498E98
3#4E8B93
4#53878E
5#588389
6#5C7F84
7#617C7F
8#66787A
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 | ABD8 #ABD8DE | BordersInactive statesPlaceholder text |
| 400 | 7EC4 #7EC4CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB3 #5AB3BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F96 #3F96A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3277 #327781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2455 #24555C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1737 #17373B | 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: #ABD8DE;
--steel-blue-400: #7EC4CD;
--steel-blue-500: #5AB3BF;
--steel-blue-600: #3F96A2;
--steel-blue-700: #327781;
--steel-blue-800: #24555C;
--steel-blue-900: #17373B;
--steel-blue-950: #0E2225;
}