Steel Blue
#4396D6
BlueColor Codes
All color formats for development
HEX
#4396D6RGB
rgb(67, 150, 214)HSL
hsl(206, 64%, 55%)OKLCH
oklch(0.65 0.125 244.8)CMYK
cmyk(69%, 30%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D89CF
2#287AB8
3#236BA1
4#1E5B8A
5#194C73
6#143D5C
7#0F2E45
8#0A1E2E
9#050F17
Tints
Lighter variations
1#56A1DA
2#68ABDE
3#7BB6E2
4#8EC0E6
5#A1CBEA
6#B4D5EE
7#C7E0F3
8#D9EAF7
9#ECF5FB
Tones
Muted variations
1#4A95CE
2#5194C7
3#5993C0
4#6092B8
5#6891B1
6#6F90AA
7#768FA2
8#7E8E9B
9#858D94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC9 #9FC9EA | BordersInactive statesPlaceholder text |
| 400 | 6DAD #6DADDF | Disabled statesSecondary iconsMuted text |
| 500 | 4396 #4396D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 287A #287AB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2061 #206192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1745 #174569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2C #0F2C43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FC;
--steel-blue-100: #E2EFF9;
--steel-blue-200: #C9E1F3;
--steel-blue-300: #9FC9EA;
--steel-blue-400: #6DADDF;
--steel-blue-500: #4396D6;
--steel-blue-600: #287AB8;
--steel-blue-700: #206192;
--steel-blue-800: #174569;
--steel-blue-900: #0F2C43;
--steel-blue-950: #091C2A;
}