Steel Blue
#3752A9
BlueColor Codes
All color formats for development
HEX
#3752A9RGB
rgb(55, 82, 169)HSL
hsl(226, 51%, 44%)OKLCH
oklch(0.467 0.143 267.6)CMYK
cmyk(67%, 51%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314A98
2#2C4188
3#263977
4#213166
5#1B2955
6#162144
7#101933
8#0B1022
9#050811
Tints
Lighter variations
1#3E5CBF
2#526EC7
3#6880CE
4#7E92D5
5#93A4DC
6#A9B6E3
7#BEC9EA
8#D4DBF1
9#E9EDF8
Tones
Muted variations
1#3D55A4
2#42589E
3#485B98
4#4E5E93
5#54618D
6#596487
7#5F6781
8#656A7C
9#6A6D76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD5 #CDD5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B4 #A6B4E2 | BordersInactive statesPlaceholder text |
| 400 | 788D #788DD3 | Disabled statesSecondary iconsMuted text |
| 500 | 526D #526DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3752 #3752A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C41 #2C4187 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2E #1F2E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141E #141E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FB;
--steel-blue-100: #E4E8F6;
--steel-blue-200: #CDD5EF;
--steel-blue-300: #A6B4E2;
--steel-blue-400: #788DD3;
--steel-blue-500: #526DC7;
--steel-blue-600: #3752A9;
--steel-blue-700: #2C4187;
--steel-blue-800: #1F2E60;
--steel-blue-900: #141E3E;
--steel-blue-950: #0C1327;
}