Steel Blue
#5282C7
BlueColor Codes
All color formats for development
HEX
#5282C7RGB
rgb(82, 130, 199)HSL
hsl(215, 51%, 55%)OKLCH
oklch(0.604 0.118 257.5)CMYK
cmyk(59%, 35%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E73BF
2#3767A9
3#305A94
4#294D7F
5#22406A
6#1B3355
7#152640
8#0E1A2A
9#070D15
Tints
Lighter variations
1#638FCC
2#749BD2
3#86A8D8
4#97B4DD
5#A8C1E3
6#BACDE9
7#CBDAEE
8#DCE6F4
9#EEF3F9
Tones
Muted variations
1#5883C1
2#5D84BB
3#6385B5
4#6986AF
5#6F87AA
6#7588A4
7#7B899E
8#818A98
9#868B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDB #CDDBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BF #A6BFE2 | BordersInactive statesPlaceholder text |
| 400 | 789E #789ED3 | Disabled statesSecondary iconsMuted text |
| 500 | 5282 #5282C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3767 #3767A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C52 #2C5287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3A #1F3A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1425 #14253E | Primary textHigh emphasis contentDark headings |
| 950 | 0C17 #0C1727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4ECF6;
--steel-blue-200: #CDDBEF;
--steel-blue-300: #A6BFE2;
--steel-blue-400: #789ED3;
--steel-blue-500: #5282C7;
--steel-blue-600: #3767A9;
--steel-blue-700: #2C5287;
--steel-blue-800: #1F3A60;
--steel-blue-900: #14253E;
--steel-blue-950: #0C1727;
}