Steel Blue
#3794A9
CyanColor Codes
All color formats for development
HEX
#3794A9RGB
rgb(55, 148, 169)HSL
hsl(191, 51%, 44%)OKLCH
oklch(0.621 0.091 215.6)CMYK
cmyk(67%, 12%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#318698
2#2C7788
3#266877
4#215966
5#1B4A55
6#163B44
7#102D33
8#0B1E22
9#050F11
Tints
Lighter variations
1#3EA7BF
2#52B2C7
3#68BBCE
4#7EC5D5
5#93CFDC
6#A9D8E3
7#BEE2EA
8#D4ECF1
9#E9F5F8
Tones
Muted variations
1#3D91A4
2#428D9E
3#488A98
4#4E8693
5#54828D
6#597F87
7#5F7B81
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 | CDE9 #CDE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D7 #A6D7E2 | BordersInactive statesPlaceholder text |
| 400 | 78C3 #78C3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B1 #52B1C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3794 #3794A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C76 #2C7687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F54 #1F5460 | 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: #A6D7E2;
--steel-blue-400: #78C3D3;
--steel-blue-500: #52B1C7;
--steel-blue-600: #3794A9;
--steel-blue-700: #2C7687;
--steel-blue-800: #1F5460;
--steel-blue-900: #14363E;
--steel-blue-950: #0C2227;
}