Steel Blue
#3F8CA2
CyanColor Codes
All color formats for development
HEX
#3F8CA2RGB
rgb(63, 140, 162)HSL
hsl(193, 44%, 44%)OKLCH
oklch(0.601 0.082 219.4)CMYK
cmyk(61%, 14%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#397E91
2#327081
3#2C6271
4#265461
5#1F4651
6#193841
7#132A30
8#0D1C20
9#060E10
Tints
Lighter variations
1#479EB6
2#5AA9BF
3#6FB4C7
4#84BFCF
5#98C9D7
6#ADD4DF
7#C1DFE7
8#D6EAEF
9#EAF4F7
Tones
Muted variations
1#44899D
2#498798
3#4E8493
4#53818E
5#587E89
6#5C7B84
7#61797F
8#66767A
9#6B7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD3 #ABD3DE | BordersInactive statesPlaceholder text |
| 400 | 7EBC #7EBCCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA9 #5AA9BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8C #3F8CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3270 #327081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2450 #24505C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1733 #17333B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F2F5;
--steel-blue-200: #CFE6EC;
--steel-blue-300: #ABD3DE;
--steel-blue-400: #7EBCCD;
--steel-blue-500: #5AA9BF;
--steel-blue-600: #3F8CA2;
--steel-blue-700: #327081;
--steel-blue-800: #24505C;
--steel-blue-900: #17333B;
--steel-blue-950: #0E2025;
}