Steel Blue
#529AC7
BlueColor Codes
All color formats for development
HEX
#529AC7RGB
rgb(82, 154, 199)HSL
hsl(203, 51%, 55%)OKLCH
oklch(0.658 0.099 238.2)CMYK
cmyk(59%, 23%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E8DBF
2#377EA9
3#306E94
4#295E7F
5#224E6A
6#1B3F55
7#152F40
8#0E1F2A
9#071015
Tints
Lighter variations
1#63A4CC
2#74AED2
3#86B8D8
4#97C2DD
5#A8CCE3
6#BAD7E9
7#CBE1EE
8#DCEBF4
9#EEF5F9
Tones
Muted variations
1#5899C1
2#5D97BB
3#6396B5
4#6994AF
5#6F93AA
6#7592A4
7#7B909E
8#818F98
9#868E92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CB #A6CBE2 | BordersInactive statesPlaceholder text |
| 400 | 78B0 #78B0D3 | Disabled statesSecondary iconsMuted text |
| 500 | 529A #529AC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 377E #377EA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C64 #2C6487 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F47 #1F4760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4EFF6;
--steel-blue-200: #CDE2EF;
--steel-blue-300: #A6CBE2;
--steel-blue-400: #78B0D3;
--steel-blue-500: #529AC7;
--steel-blue-600: #377EA9;
--steel-blue-700: #2C6487;
--steel-blue-800: #1F4760;
--steel-blue-900: #142E3E;
--steel-blue-950: #0C1D27;
}