Steel Blue
#2C6EB5
BlueColor Codes
All color formats for development
HEX
#2C6EB5RGB
rgb(44, 110, 181)HSL
hsl(211, 61%, 44%)OKLCH
oklch(0.532 0.13 252.9)CMYK
cmyk(76%, 39%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2763A3
2#235891
3#1F4D7E
4#1A426C
5#16375A
6#122C48
7#0D2136
8#091624
9#040B12
Tints
Lighter variations
1#317CCC
2#478AD2
3#5E99D8
4#75A8DE
5#8CB6E3
6#A3C5E9
7#BAD3EE
8#D1E2F4
9#E8F0F9
Tones
Muted variations
1#336EAE
2#396EA7
3#406FA0
4#476F99
5#4E6F92
6#556F8C
7#5C7085
8#63707E
9#697077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C3 #A1C3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA4 #6FA4DC | Disabled statesSecondary iconsMuted text |
| 500 | 468A #468AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C6E #2C6EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2357 #235790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193E #193E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1028 #102842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A19 #0A1929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2EDF8;
--steel-blue-200: #CADDF2;
--steel-blue-300: #A1C3E8;
--steel-blue-400: #6FA4DC;
--steel-blue-500: #468AD2;
--steel-blue-600: #2C6EB5;
--steel-blue-700: #235790;
--steel-blue-800: #193E67;
--steel-blue-900: #102842;
--steel-blue-950: #0A1929;
}