Steel Blue
#41889F
BlueColor Codes
All color formats for development
HEX
#41889FRGB
rgb(65, 136, 159)HSL
hsl(195, 42%, 44%)OKLCH
oklch(0.59 0.079 221.9)CMYK
cmyk(59%, 14%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B7A8F
2#346D7F
3#2E5F70
4#275160
5#214450
6#1A3640
7#142930
8#0D1B20
9#070E10
Tints
Lighter variations
1#4999B4
2#5DA5BD
3#71B0C5
4#85BBCD
5#9AC7D6
6#AED2DE
7#C2DDE6
8#D6E8EE
9#EBF4F7
Tones
Muted variations
1#46859B
2#4B8396
3#4F8191
4#547E8C
5#597C88
6#5D7A83
7#62777E
8#67757A
9#6B7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E5 #D0E5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD1 #ACD1DD | BordersInactive statesPlaceholder text |
| 400 | 80B8 #80B8CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA4 #5CA4BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4188 #41889F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 346C #346C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254D #254D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1831 #18313A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E6F1F5;
--steel-blue-200: #D0E5EC;
--steel-blue-300: #ACD1DD;
--steel-blue-400: #80B8CB;
--steel-blue-500: #5CA4BC;
--steel-blue-600: #41889F;
--steel-blue-700: #346C7F;
--steel-blue-800: #254D5B;
--steel-blue-900: #18313A;
--steel-blue-950: #0F1F24;
}