Steel Blue
#3896A8
CyanColor Codes
All color formats for development
HEX
#3896A8RGB
rgb(56, 150, 168)HSL
hsl(190, 50%, 44%)OKLCH
oklch(0.625 0.09 212.7)CMYK
cmyk(67%, 11%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#328797
2#2D7887
3#276976
4#225A65
5#1C4B54
6#163C43
7#112D32
8#0B1E22
9#060F11
Tints
Lighter variations
1#3FA9BE
2#54B3C6
3#69BCCD
4#7EC6D4
5#94CFDB
6#A9D9E2
7#BFE2EA
8#D4ECF1
9#EAF5F8
Tones
Muted variations
1#3E92A3
2#438E9D
3#498A97
4#4F8792
5#54838C
6#5A7F87
7#5F7B81
8#65787B
9#6B7476
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE9 #CDE9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7D8 #A7D8E2 | BordersInactive statesPlaceholder text |
| 400 | 79C4 #79C4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53B3 #53B3C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3896 #3896A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D77 #2D7786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2055 #205560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1436 #14363D | 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: #E4F3F6;
--steel-blue-200: #CDE9EE;
--steel-blue-300: #A7D8E2;
--steel-blue-400: #79C4D2;
--steel-blue-500: #53B3C6;
--steel-blue-600: #3896A8;
--steel-blue-700: #2D7786;
--steel-blue-800: #205560;
--steel-blue-900: #14363D;
--steel-blue-950: #0D2226;
}