Steel Blue
#529EC7
BlueColor Codes
All color formats for development
HEX
#529EC7RGB
rgb(82, 158, 199)HSL
hsl(201, 51%, 55%)OKLCH
oklch(0.667 0.097 234.4)CMYK
cmyk(59%, 21%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E92BF
2#3781A9
3#307194
4#29617F
5#22516A
6#1B4155
7#153140
8#0E202A
9#071015
Tints
Lighter variations
1#63A8CC
2#74B1D2
3#86BBD8
4#97C5DD
5#A8CEE3
6#BAD8E9
7#CBE2EE
8#DCECF4
9#EEF5F9
Tones
Muted variations
1#589CC1
2#5D9ABB
3#6399B5
4#6997AF
5#6F95AA
6#7593A4
7#7B929E
8#819098
9#868E92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE3 #CDE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CD #A6CDE2 | BordersInactive statesPlaceholder text |
| 400 | 78B3 #78B3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 529E #529EC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3781 #3781A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C67 #2C6787 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4A #1F4A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142F #142F3E | 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: #F3F9FB;
--steel-blue-100: #E4F0F6;
--steel-blue-200: #CDE3EF;
--steel-blue-300: #A6CDE2;
--steel-blue-400: #78B3D3;
--steel-blue-500: #529EC7;
--steel-blue-600: #3781A9;
--steel-blue-700: #2C6787;
--steel-blue-800: #1F4A60;
--steel-blue-900: #142F3E;
--steel-blue-950: #0C1D27;
}