Steel Blue
#3A94A6
CyanColor Codes
All color formats for development
HEX
#3A94A6RGB
rgb(58, 148, 166)HSL
hsl(190, 48%, 44%)OKLCH
oklch(0.62 0.088 213.2)CMYK
cmyk(65%, 11%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#358595
2#2F7685
3#296874
4#235964
5#1D4A53
6#173B42
7#122C32
8#0C1E21
9#060F11
Tints
Lighter variations
1#42A7BB
2#56B1C4
3#6BBBCB
4#80C5D2
5#95CEDA
6#AAD8E1
7#C0E2E9
8#D5ECF0
9#EAF5F8
Tones
Muted variations
1#4091A1
2#458D9B
3#4B8996
4#508691
5#55828B
6#5B7F86
7#607B80
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 | A8D7 #A8D7E1 | BordersInactive statesPlaceholder text |
| 400 | 7BC2 #7BC2D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B1 #55B1C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A94 #3A94A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E76 #2E7684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2154 #21545E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1536 #15363C | Primary textHigh emphasis contentDark headings |
| 950 | 0D22 #0D2226 | 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: #A8D7E1;
--steel-blue-400: #7BC2D1;
--steel-blue-500: #55B1C3;
--steel-blue-600: #3A94A6;
--steel-blue-700: #2E7684;
--steel-blue-800: #21545E;
--steel-blue-900: #15363C;
--steel-blue-950: #0D2226;
}