Steel Blue
#526DC7
BlueColor Codes
All color formats for development
HEX
#526DC7RGB
rgb(82, 109, 199)HSL
hsl(226, 51%, 55%)OKLCH
oklch(0.559 0.143 268.9)CMYK
cmyk(59%, 45%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E5CBF
2#3752A9
3#304794
4#293D7F
5#22336A
6#1B2955
7#151F40
8#0E142A
9#070A15
Tints
Lighter variations
1#637CCC
2#748AD2
3#8699D8
4#97A7DD
5#A8B6E3
6#BAC5E9
7#CBD3EE
8#DCE2F4
9#EEF0F9
Tones
Muted variations
1#5870C1
2#5D73BB
3#6376B5
4#697AAF
5#6F7DAA
6#7580A4
7#7B839E
8#818698
9#868992
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;
}