Steel Blue
#3693AB
CyanColor Codes
All color formats for development
HEX
#3693ABRGB
rgb(54, 147, 171)HSL
hsl(192, 52%, 44%)OKLCH
oklch(0.619 0.093 218.2)CMYK
cmyk(68%, 14%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#308499
2#2B7688
3#266777
4#205866
5#1B4A55
6#163B44
7#102C33
8#0B1D22
9#050F11
Tints
Lighter variations
1#3DA6C0
2#51B0C8
3#67BACF
4#7DC4D6
5#92CEDD
6#A8D8E4
7#BEE2EA
8#D4EBF1
9#E9F5F8
Tones
Muted variations
1#3C90A5
2#428C9F
3#478999
4#4D8593
5#53828D
6#597E88
7#5F7B82
8#65777C
9#6A7476
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE8 #CDE8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D7 #A6D7E3 | BordersInactive statesPlaceholder text |
| 400 | 77C2 #77C2D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51B0 #51B0C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3693 #3693AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B75 #2B7588 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F54 #1F5461 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1436 #14363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFB;
--steel-blue-100: #E4F3F6;
--steel-blue-200: #CDE8EF;
--steel-blue-300: #A6D7E3;
--steel-blue-400: #77C2D4;
--steel-blue-500: #51B0C8;
--steel-blue-600: #3693AB;
--steel-blue-700: #2B7588;
--steel-blue-800: #1F5461;
--steel-blue-900: #14363E;
--steel-blue-950: #0C2127;
}