Steel Blue
#798CD2
BlueColor Codes
All color formats for development
HEX
#798CD2RGB
rgb(121, 140, 210)HSL
hsl(227, 50%, 65%)OKLCH
oklch(0.654 0.107 271.6)CMYK
cmyk(42%, 33%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6077CA
2#4762C2
3#3A53AE
4#324795
5#293B7C
6#213063
7#19244B
8#111832
9#080C19
Tints
Lighter variations
1#8798D7
2#94A3DB
3#A1AFE0
4#AFBAE4
5#BCC6E9
6#C9D1ED
7#D7DDF2
8#E4E8F6
9#F2F4FB
Tones
Muted variations
1#7E8FCE
2#8292C9
3#8794C5
4#8B97C1
5#8F99BC
6#949CB8
7#989EB3
8#9DA1AF
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD4 #CDD4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B4 #A7B4E2 | BordersInactive statesPlaceholder text |
| 400 | 798C #798CD2 | Disabled statesSecondary iconsMuted text |
| 500 | 536C #536CC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3850 #3850A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D40 #2D4086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 202E #202E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141D #141D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E4E8F6;
--steel-blue-200: #CDD4EE;
--steel-blue-300: #A7B4E2;
--steel-blue-400: #798CD2;
--steel-blue-500: #536CC6;
--steel-blue-600: #3850A8;
--steel-blue-700: #2D4086;
--steel-blue-800: #202E60;
--steel-blue-900: #141D3D;
--steel-blue-950: #0D1226;
}