Steel Blue
#3861A8
BlueColor Codes
All color formats for development
HEX
#3861A8RGB
rgb(56, 97, 168)HSL
hsl(218, 50%, 44%)OKLCH
oklch(0.499 0.123 260.6)CMYK
cmyk(67%, 42%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#325897
2#2D4E87
3#274476
4#223A65
5#1C3154
6#162743
7#111D32
8#0B1322
9#060A11
Tints
Lighter variations
1#3F6EBE
2#547EC6
3#698ECD
4#7E9ED4
5#94AEDB
6#A9BEE2
7#BFCEEA
8#D4DFF1
9#EAEFF8
Tones
Muted variations
1#3E63A3
2#43649D
3#496697
4#4F6792
5#54698C
6#5A6A87
7#5F6C81
8#656D7B
9#6B6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD9 #CDD9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BD #A7BDE2 | BordersInactive statesPlaceholder text |
| 400 | 799A #799AD2 | Disabled statesSecondary iconsMuted text |
| 500 | 537D #537DC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3861 #3861A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D4D #2D4D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2037 #203760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1423 #14233D | Primary textHigh emphasis contentDark headings |
| 950 | 0D16 #0D1626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4EBF6;
--steel-blue-200: #CDD9EE;
--steel-blue-300: #A7BDE2;
--steel-blue-400: #799AD2;
--steel-blue-500: #537DC6;
--steel-blue-600: #3861A8;
--steel-blue-700: #2D4D86;
--steel-blue-800: #203760;
--steel-blue-900: #14233D;
--steel-blue-950: #0D1626;
}