Steel Blue
#375DA9
BlueColor Codes
All color formats for development
HEX
#375DA9RGB
rgb(55, 93, 169)HSL
hsl(220, 51%, 44%)OKLCH
oklch(0.49 0.129 262.6)CMYK
cmyk(67%, 45%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315498
2#2C4B88
3#264177
4#213866
5#1B2F55
6#162544
7#101C33
8#0B1322
9#050911
Tints
Lighter variations
1#3E69BF
2#5279C7
3#688ACE
4#7E9BD5
5#93ABDC
6#A9BCE3
7#BECDEA
8#D4DEF1
9#E9EEF8
Tones
Muted variations
1#3D5FA4
2#42619E
3#486398
4#4E6593
5#54678D
6#596987
7#5F6A81
8#656C7C
9#6A6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BA #A6BAE2 | BordersInactive statesPlaceholder text |
| 400 | 7897 #7897D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5279 #5279C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375D #375DA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4A #2C4A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F35 #1F3560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EAF6;
--steel-blue-200: #CDD8EF;
--steel-blue-300: #A6BAE2;
--steel-blue-400: #7897D3;
--steel-blue-500: #5279C7;
--steel-blue-600: #375DA9;
--steel-blue-700: #2C4A87;
--steel-blue-800: #1F3560;
--steel-blue-900: #14223E;
--steel-blue-950: #0C1527;
}