Steel Blue
#3695AB
CyanColor Codes
All color formats for development
HEX
#3695ABRGB
rgb(54, 149, 171)HSL
hsl(191, 52%, 44%)OKLCH
oklch(0.624 0.093 216.2)CMYK
cmyk(68%, 13%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#308699
2#2B7788
3#266877
4#205966
5#1B4B55
6#163C44
7#102D33
8#0B1E22
9#050F11
Tints
Lighter variations
1#3DA8C0
2#51B2C8
3#67BCCF
4#7DC6D6
5#92CFDD
6#A8D9E4
7#BEE2EA
8#D4ECF1
9#E9F5F8
Tones
Muted variations
1#3C91A5
2#428E9F
3#478A99
4#4D8693
5#53838D
6#597F88
7#5F7B82
8#65787C
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 | CDE9 #CDE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D8 #A6D8E3 | BordersInactive statesPlaceholder text |
| 400 | 77C3 #77C3D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51B2 #51B2C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3695 #3695AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B77 #2B7788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F55 #1F5561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1436 #14363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | 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: #CDE9EF;
--steel-blue-300: #A6D8E3;
--steel-blue-400: #77C3D4;
--steel-blue-500: #51B2C8;
--steel-blue-600: #3695AB;
--steel-blue-700: #2B7788;
--steel-blue-800: #1F5561;
--steel-blue-900: #14363E;
--steel-blue-950: #0C2227;
}