Steel Blue
#3863A8
BlueColor Codes
All color formats for development
HEX
#3863A8RGB
rgb(56, 99, 168)HSL
hsl(217, 50%, 44%)OKLCH
oklch(0.504 0.12 259.4)CMYK
cmyk(67%, 41%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#325997
2#2D4F87
3#274576
4#223B65
5#1C3254
6#162843
7#111E32
8#0B1422
9#060A11
Tints
Lighter variations
1#3F70BE
2#547FC6
3#698FCD
4#7E9FD4
5#94AFDB
6#A9BFE2
7#BFCFEA
8#D4DFF1
9#EAEFF8
Tones
Muted variations
1#3E64A3
2#43669D
3#496797
4#4F6892
5#546A8C
6#5A6B87
7#5F6C81
8#656E7B
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 | CDDA #CDDAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BE #A7BEE2 | BordersInactive statesPlaceholder text |
| 400 | 799B #799BD2 | Disabled statesSecondary iconsMuted text |
| 500 | 537F #537FC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3863 #3863A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D4F #2D4F86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2038 #203860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1424 #14243D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | 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: #CDDAEE;
--steel-blue-300: #A7BEE2;
--steel-blue-400: #799BD2;
--steel-blue-500: #537FC6;
--steel-blue-600: #3863A8;
--steel-blue-700: #2D4F86;
--steel-blue-800: #203860;
--steel-blue-900: #14243D;
--steel-blue-950: #0D1726;
}