Steel Blue
#41769F
BlueColor Codes
All color formats for development
HEX
#41769FRGB
rgb(65, 118, 159)HSL
hsl(206, 42%, 44%)OKLCH
oklch(0.547 0.086 243.6)CMYK
cmyk(59%, 26%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B6B8F
2#345F7F
3#2E5370
4#274760
5#213B50
6#1A2F40
7#142430
8#0D1820
9#070C10
Tints
Lighter variations
1#4986B4
2#5D93BD
3#71A1C5
4#85AECD
5#9ABCD6
6#AEC9DE
7#C2D7E6
8#D6E4EE
9#EBF2F7
Tones
Muted variations
1#46769B
2#4B7596
3#4F7591
4#54748C
5#597388
6#5D7383
7#62727E
8#67717A
9#6B7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E0 #D0E0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC8 #ACC8DD | BordersInactive statesPlaceholder text |
| 400 | 80AB #80ABCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C93 #5C93BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4176 #41769F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 345E #345E7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2543 #25435B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182B #182B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E6EEF5;
--steel-blue-200: #D0E0EC;
--steel-blue-300: #ACC8DD;
--steel-blue-400: #80ABCB;
--steel-blue-500: #5C93BC;
--steel-blue-600: #41769F;
--steel-blue-700: #345E7F;
--steel-blue-800: #25435B;
--steel-blue-900: #182B3A;
--steel-blue-950: #0F1B24;
}