Steel Blue
#3F8BA2
CyanColor Codes
All color formats for development
HEX
#3F8BA2RGB
rgb(63, 139, 162)HSL
hsl(194, 44%, 44%)OKLCH
oklch(0.598 0.082 220.6)CMYK
cmyk(61%, 14%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#397D91
2#326F81
3#2C6171
4#265361
5#1F4551
6#193741
7#132A30
8#0D1C20
9#060E10
Tints
Lighter variations
1#479CB6
2#5AA8BF
3#6FB2C7
4#84BDCF
5#98C8D7
6#ADD3DF
7#C1DEE7
8#D6E9EF
9#EAF4F7
Tones
Muted variations
1#44889D
2#498598
3#4E8393
4#53808E
5#587D89
6#5C7B84
7#61787F
8#66757A
9#6B7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD2 #ABD2DE | BordersInactive statesPlaceholder text |
| 400 | 7EBB #7EBBCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA7 #5AA7BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8B #3F8BA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326E #326E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244F #244F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1732 #17323B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F1F5;
--steel-blue-200: #CFE6EC;
--steel-blue-300: #ABD2DE;
--steel-blue-400: #7EBBCD;
--steel-blue-500: #5AA7BF;
--steel-blue-600: #3F8BA2;
--steel-blue-700: #326E81;
--steel-blue-800: #244F5C;
--steel-blue-900: #17323B;
--steel-blue-950: #0E1F25;
}