Steel Blue
#41479F
BlueColor Codes
All color formats for development
HEX
#41479FRGB
rgb(65, 71, 159)HSL
hsl(236, 42%, 44%)OKLCH
oklch(0.443 0.141 276.1)CMYK
cmyk(59%, 55%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B408F
2#34397F
3#2E3270
4#272B60
5#212450
6#1A1D40
7#141530
8#0D0E20
9#070710
Tints
Lighter variations
1#4950B4
2#5D63BD
3#7177C5
4#858ACD
5#9A9ED6
6#AEB1DE
7#C2C5E6
8#D6D8EE
9#EBECF7
Tones
Muted variations
1#464B9B
2#4B5096
3#4F5491
4#54588C
5#595C88
6#5D6083
7#62647E
8#67687A
9#6B6C75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D2 #D0D2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAF #ACAFDD | BordersInactive statesPlaceholder text |
| 400 | 8085 #8085CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C62 #5C62BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4147 #41479F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3439 #34397F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2529 #25295B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E6E7F5;
--steel-blue-200: #D0D2EC;
--steel-blue-300: #ACAFDD;
--steel-blue-400: #8085CB;
--steel-blue-500: #5C62BC;
--steel-blue-600: #41479F;
--steel-blue-700: #34397F;
--steel-blue-800: #25295B;
--steel-blue-900: #181A3A;
--steel-blue-950: #0F1024;
}