Steel Blue
#2C69B5
BlueColor Codes
All color formats for development
HEX
#2C69B5RGB
rgb(44, 105, 181)HSL
hsl(213, 61%, 44%)OKLCH
oklch(0.521 0.135 255.6)CMYK
cmyk(76%, 42%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275FA3
2#235491
3#1F4A7E
4#1A3F6C
5#16355A
6#122A48
7#0D2036
8#091524
9#040B12
Tints
Lighter variations
1#3177CC
2#4786D2
3#5E95D8
4#75A4DE
5#8CB3E3
6#A3C2E9
7#BAD2EE
8#D1E1F4
9#E8F0F9
Tones
Muted variations
1#336AAE
2#396BA7
3#406BA0
4#476C99
5#4E6D92
6#556D8C
7#5C6E85
8#636F7E
9#697077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADC #CADCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C1 #A1C1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA0 #6FA0DC | Disabled statesSecondary iconsMuted text |
| 500 | 4685 #4685D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C69 #2C69B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2354 #235490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193C #193C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1026 #102642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2ECF8;
--steel-blue-200: #CADCF2;
--steel-blue-300: #A1C1E8;
--steel-blue-400: #6FA0DC;
--steel-blue-500: #4685D2;
--steel-blue-600: #2C69B5;
--steel-blue-700: #235490;
--steel-blue-800: #193C67;
--steel-blue-900: #102642;
--steel-blue-950: #0A1829;
}