Steel Blue
#3850A8
BlueColor Codes
All color formats for development
HEX
#3850A8RGB
rgb(56, 80, 168)HSL
hsl(227, 50%, 44%)OKLCH
oklch(0.462 0.144 268.7)CMYK
cmyk(67%, 52%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#324897
2#2D4087
3#273876
4#223065
5#1C2854
6#162043
7#111832
8#0B1022
9#060811
Tints
Lighter variations
1#3F5BBE
2#546CC6
3#697FCD
4#7E91D4
5#94A3DB
6#A9B6E2
7#BFC8EA
8#D4DAF1
9#EAEDF8
Tones
Muted variations
1#3E54A3
2#43579D
3#495A97
4#4F5D92
5#54608C
6#5A6387
7#5F6781
8#656A7B
9#6B6D76
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;
}