Steel Blue
#41819F
BlueColor Codes
All color formats for development
HEX
#41819FRGB
rgb(65, 129, 159)HSL
hsl(199, 42%, 44%)OKLCH
oklch(0.573 0.08 230.7)CMYK
cmyk(59%, 19%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B758F
2#34687F
3#2E5B70
4#274E60
5#214150
6#1A3440
7#142730
8#0D1A20
9#070D10
Tints
Lighter variations
1#4992B4
2#5D9EBD
3#71AAC5
4#85B7CD
5#9AC3D6
6#AECFDE
7#C2DBE6
8#D6E7EE
9#EBF3F7
Tones
Muted variations
1#46809B
2#4B7E96
3#4F7C91
4#547B8C
5#597988
6#5D7783
7#62757E
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 | ACCD #ACCDDD | BordersInactive statesPlaceholder text |
| 400 | 80B3 #80B3CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C9E #5C9EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4181 #41819F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3467 #34677F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254A #254A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | 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: #ACCDDD;
--steel-blue-400: #80B3CB;
--steel-blue-500: #5C9EBC;
--steel-blue-600: #41819F;
--steel-blue-700: #34677F;
--steel-blue-800: #254A5B;
--steel-blue-900: #182F3A;
--steel-blue-950: #0F1D24;
}