Steel Blue
#375BA9
BlueColor Codes
All color formats for development
HEX
#375BA9RGB
rgb(55, 91, 169)HSL
hsl(221, 51%, 44%)OKLCH
oklch(0.486 0.132 263.6)CMYK
cmyk(67%, 46%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315298
2#2C4988
3#264077
4#213766
5#1B2E55
6#162444
7#101B33
8#0B1222
9#050911
Tints
Lighter variations
1#3E67BF
2#5277C7
3#6888CE
4#7E99D5
5#93AADC
6#A9BBE3
7#BECCEA
8#D4DDF1
9#E9EEF8
Tones
Muted variations
1#3D5DA4
2#425F9E
3#486298
4#4E6493
5#54668D
6#596887
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 | A6B9 #A6B9E2 | BordersInactive statesPlaceholder text |
| 400 | 7895 #7895D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5277 #5277C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375B #375BA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C49 #2C4987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F34 #1F3460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1421 #14213E | 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: #A6B9E2;
--steel-blue-400: #7895D3;
--steel-blue-500: #5277C7;
--steel-blue-600: #375BA9;
--steel-blue-700: #2C4987;
--steel-blue-800: #1F3460;
--steel-blue-900: #14213E;
--steel-blue-950: #0C1527;
}