Steel Blue
#41839F
BlueColor Codes
All color formats for development
HEX
#41839FRGB
rgb(65, 131, 159)HSL
hsl(198, 42%, 44%)OKLCH
oklch(0.578 0.08 228.2)CMYK
cmyk(59%, 18%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B768F
2#34697F
3#2E5C70
4#274F60
5#214250
6#1A3440
7#142730
8#0D1A20
9#070D10
Tints
Lighter variations
1#4994B4
2#5DA0BD
3#71ACC5
4#85B8CD
5#9AC4D6
6#AECFDE
7#C2DBE6
8#D6E7EE
9#EBF3F7
Tones
Muted variations
1#46819B
2#4B7F96
3#4F7D91
4#547C8C
5#597A88
6#5D7883
7#62767E
8#67747A
9#6B7275
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCE #ACCEDD | BordersInactive statesPlaceholder text |
| 400 | 80B5 #80B5CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA0 #5CA0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4183 #41839F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3468 #34687F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254A #254A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1830 #18303A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E6F0F5;
--steel-blue-200: #D0E3EC;
--steel-blue-300: #ACCEDD;
--steel-blue-400: #80B5CB;
--steel-blue-500: #5CA0BC;
--steel-blue-600: #41839F;
--steel-blue-700: #34687F;
--steel-blue-800: #254A5B;
--steel-blue-900: #18303A;
--steel-blue-950: #0F1E24;
}