Steel Blue
#4C79CD
BlueColor Codes
All color formats for development
HEX
#4C79CDRGB
rgb(76, 121, 205)HSL
hsl(219, 56%, 55%)OKLCH
oklch(0.585 0.139 261.8)CMYK
cmyk(63%, 41%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3869C5
2#315DAF
3#2B5299
4#254683
5#1F3A6D
6#192F58
7#132342
8#0C172C
9#060C16
Tints
Lighter variations
1#5E86D2
2#7094D7
3#82A1DC
4#94AFE1
5#A5BCE6
6#B7C9EB
7#C9D7F0
8#DBE4F5
9#EDF2FA
Tones
Muted variations
1#527BC6
2#597DC0
3#5F7FB9
4#6681B3
5#6C83AC
6#7385A6
7#7986A0
8#7F8899
9#868A93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD8 #CBD8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4BA #A4BAE5 | BordersInactive statesPlaceholder text |
| 400 | 7497 #7497D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C79 #4C79CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 315D #315DAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 274A #274A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C35 #1C3563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1222 #122240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EAF7;
--steel-blue-200: #CBD8F0;
--steel-blue-300: #A4BAE5;
--steel-blue-400: #7497D8;
--steel-blue-500: #4C79CD;
--steel-blue-600: #315DAF;
--steel-blue-700: #274A8B;
--steel-blue-800: #1C3563;
--steel-blue-900: #122240;
--steel-blue-950: #0B1528;
}