Steel Blue
#527DC7
BlueColor Codes
All color formats for development
HEX
#527DC7RGB
rgb(82, 125, 199)HSL
hsl(218, 51%, 55%)OKLCH
oklch(0.593 0.123 260.6)CMYK
cmyk(59%, 37%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E6DBF
2#3761A9
3#305594
4#29497F
5#223D6A
6#1B3055
7#152440
8#0E182A
9#070C15
Tints
Lighter variations
1#638ACC
2#7497D2
3#86A4D8
4#97B1DD
5#A8BEE3
6#BACBE9
7#CBD8EE
8#DCE5F4
9#EEF2F9
Tones
Muted variations
1#587EC1
2#5D80BB
3#6381B5
4#6983AF
5#6F84AA
6#7586A4
7#7B889E
8#818998
9#868B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD9 #CDD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BC #A6BCE2 | BordersInactive statesPlaceholder text |
| 400 | 789A #789AD3 | Disabled statesSecondary iconsMuted text |
| 500 | 527D #527DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3761 #3761A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4D #2C4D87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F37 #1F3760 | 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: #E4EBF6;
--steel-blue-200: #CDD9EF;
--steel-blue-300: #A6BCE2;
--steel-blue-400: #789AD3;
--steel-blue-500: #527DC7;
--steel-blue-600: #3761A9;
--steel-blue-700: #2C4D87;
--steel-blue-800: #1F3760;
--steel-blue-900: #14233E;
--steel-blue-950: #0C1627;
}