Steel Blue
#41809F
BlueColor Codes
All color formats for development
HEX
#41809FRGB
rgb(65, 128, 159)HSL
hsl(200, 42%, 44%)OKLCH
oklch(0.571 0.08 231.9)CMYK
cmyk(59%, 19%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B738F
2#34667F
3#2E5A70
4#274D60
5#214050
6#1A3340
7#142630
8#0D1A20
9#070D10
Tints
Lighter variations
1#4990B4
2#5D9DBD
3#71A9C5
4#85B5CD
5#9AC2D6
6#AECEDE
7#C2DAE6
8#D6E6EE
9#EBF3F7
Tones
Muted variations
1#467E9B
2#4B7D96
3#4F7B91
4#547A8C
5#597888
6#5D7683
7#62757E
8#67737A
9#6B7275
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCD #ACCDDD | BordersInactive statesPlaceholder text |
| 400 | 80B2 #80B2CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C9C #5C9CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4180 #41809F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3466 #34667F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2549 #25495B | 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: #F4F8FB;
--steel-blue-100: #E6F0F5;
--steel-blue-200: #D0E2EC;
--steel-blue-300: #ACCDDD;
--steel-blue-400: #80B2CB;
--steel-blue-500: #5C9CBC;
--steel-blue-600: #41809F;
--steel-blue-700: #34667F;
--steel-blue-800: #25495B;
--steel-blue-900: #182F3A;
--steel-blue-950: #0F1D24;
}