Steel Blue
#3A92A6
CyanColor Codes
All color formats for development
HEX
#3A92A6RGB
rgb(58, 146, 166)HSL
hsl(191, 48%, 44%)OKLCH
oklch(0.615 0.088 215.4)CMYK
cmyk(65%, 12%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#358495
2#2F7585
3#296674
4#235864
5#1D4953
6#173B42
7#122C32
8#0C1D21
9#060F11
Tints
Lighter variations
1#42A5BB
2#56AFC4
3#6BB9CB
4#80C3D2
5#95CDDA
6#AAD7E1
7#C0E1E9
8#D5EBF0
9#EAF5F8
Tones
Muted variations
1#408FA1
2#458B9B
3#4B8896
4#508591
5#55818B
6#5B7E86
7#607A80
8#65777B
9#6B7476
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE8 #CEE8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D6 #A8D6E1 | BordersInactive statesPlaceholder text |
| 400 | 7BC1 #7BC1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AF #55AFC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A92 #3A92A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E74 #2E7484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2153 #21535E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1535 #15353C | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F6;
--steel-blue-200: #CEE8EE;
--steel-blue-300: #A8D6E1;
--steel-blue-400: #7BC1D1;
--steel-blue-500: #55AFC3;
--steel-blue-600: #3A92A6;
--steel-blue-700: #2E7484;
--steel-blue-800: #21535E;
--steel-blue-900: #15353C;
--steel-blue-950: #0D2126;
}