Steel Blue
#527BC7
BlueColor Codes
All color formats for development
HEX
#527BC7RGB
rgb(82, 123, 199)HSL
hsl(219, 51%, 55%)OKLCH
oklch(0.588 0.126 261.8)CMYK
cmyk(59%, 38%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E6BBF
2#375FA9
3#305394
4#29477F
5#223B6A
6#1B3055
7#152440
8#0E182A
9#070C15
Tints
Lighter variations
1#6388CC
2#7495D2
3#86A2D8
4#97B0DD
5#A8BDE3
6#BACAE9
7#CBD7EE
8#DCE5F4
9#EEF2F9
Tones
Muted variations
1#587CC1
2#5D7EBB
3#6380B5
4#6982AF
5#6F83AA
6#7585A4
7#7B879E
8#818998
9#868A92
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 | CDD9 #CDD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BB #A6BBE2 | BordersInactive statesPlaceholder text |
| 400 | 7898 #7898D3 | Disabled statesSecondary iconsMuted text |
| 500 | 527B #527BC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375F #375FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4C #2C4C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F36 #1F3660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1423 #14233E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | 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: #CDD9EF;
--steel-blue-300: #A6BBE2;
--steel-blue-400: #7898D3;
--steel-blue-500: #527BC7;
--steel-blue-600: #375FA9;
--steel-blue-700: #2C4C87;
--steel-blue-800: #1F3660;
--steel-blue-900: #14233E;
--steel-blue-950: #0C1627;
}