Steel Blue
#2769B9
BlueColor Codes
All color formats for development
HEX
#2769B9RGB
rgb(39, 105, 185)HSL
hsl(213, 65%, 44%)OKLCH
oklch(0.522 0.142 255.4)CMYK
cmyk(79%, 43%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#235EA7
2#1F5494
3#1B4982
4#183F6F
5#14345D
6#102A4A
7#0C1F38
8#081525
9#040A13
Tints
Lighter variations
1#2C76D1
2#4385D7
3#5A95DC
4#72A4E1
5#89B3E6
6#A1C2EB
7#B8D1F0
8#D0E1F5
9#E7F0FA
Tones
Muted variations
1#2F6AB2
2#366AAB
3#3D6BA3
4#446C9C
5#4C6D95
6#536D8D
7#5A6E86
8#626F7F
9#696F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DC #C8DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC1 #9EC1EA | BordersInactive statesPlaceholder text |
| 400 | 6CA0 #6CA0E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4285 #4285D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2769 #2769B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F53 #1F5393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163C #163C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E26 #0E2643 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FC;
--steel-blue-100: #E2ECF9;
--steel-blue-200: #C8DCF3;
--steel-blue-300: #9EC1EA;
--steel-blue-400: #6CA0E0;
--steel-blue-500: #4285D7;
--steel-blue-600: #2769B9;
--steel-blue-700: #1F5393;
--steel-blue-800: #163C69;
--steel-blue-900: #0E2643;
--steel-blue-950: #09182A;
}