Steel Blue
#2C75B5
BlueColor Codes
All color formats for development
HEX
#2C75B5RGB
rgb(44, 117, 181)HSL
hsl(208, 61%, 44%)OKLCH
oklch(0.548 0.123 248.7)CMYK
cmyk(76%, 35%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2769A3
2#235D91
3#1F527E
4#1A466C
5#163A5A
6#122F48
7#0D2336
8#091724
9#040C12
Tints
Lighter variations
1#3184CC
2#4791D2
3#5E9FD8
4#75ADDE
5#8CBBE3
6#A3C8E9
7#BAD6EE
8#D1E4F4
9#E8F1F9
Tones
Muted variations
1#3374AE
2#3974A7
3#4073A0
4#477399
5#4E7292
6#55728C
7#5C7285
8#63717E
9#697177
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADF #CADFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C7 #A1C7E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA9 #6FA9DC | Disabled statesSecondary iconsMuted text |
| 500 | 4691 #4691D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C75 #2C75B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235D #235D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1942 #194267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102A #102A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EEF8;
--steel-blue-200: #CADFF2;
--steel-blue-300: #A1C7E8;
--steel-blue-400: #6FA9DC;
--steel-blue-500: #4691D2;
--steel-blue-600: #2C75B5;
--steel-blue-700: #235D90;
--steel-blue-800: #194267;
--steel-blue-900: #102A42;
--steel-blue-950: #0A1B29;
}