Steel Blue
#2466BC
BlueColor Codes
All color formats for development
HEX
#2466BCRGB
rgb(36, 102, 188)HSL
hsl(214, 68%, 44%)OKLCH
oklch(0.516 0.151 256.8)CMYK
cmyk(81%, 46%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#205CAA
2#1D5297
3#194784
4#163D71
5#12335E
6#0E294B
7#0B1F39
8#071426
9#040A13
Tints
Lighter variations
1#2873D4
2#3F82DA
3#5792DF
4#6FA2E4
5#87B1E8
6#9FC1ED
7#B7D0F1
8#CFE0F6
9#E7EFFA
Tones
Muted variations
1#2C67B5
2#3368AD
3#3B69A6
4#426A9E
5#4A6B96
6#526C8F
7#596D87
8#616E7F
9#696F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DB #C7DBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBF #9CBFEC | BordersInactive statesPlaceholder text |
| 400 | 699E #699EE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E82 #3E82DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2466 #2466BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D51 #1D5196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143A #143A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D25 #0D2545 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FD;
--steel-blue-100: #E1ECF9;
--steel-blue-200: #C7DBF4;
--steel-blue-300: #9CBFEC;
--steel-blue-400: #699EE2;
--steel-blue-500: #3E82DA;
--steel-blue-600: #2466BC;
--steel-blue-700: #1D5196;
--steel-blue-800: #143A6B;
--steel-blue-900: #0D2545;
--steel-blue-950: #08172B;
}