Steel Blue
#2C65B5
BlueColor Codes
All color formats for development
HEX
#2C65B5RGB
rgb(44, 101, 181)HSL
hsl(215, 61%, 44%)OKLCH
oklch(0.512 0.14 257.6)CMYK
cmyk(76%, 44%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275BA3
2#235191
3#1F477E
4#1A3C6C
5#16325A
6#122848
7#0D1E36
8#091424
9#040A12
Tints
Lighter variations
1#3172CC
2#4781D2
3#5E91D8
4#75A1DE
5#8CB0E3
6#A3C0E9
7#BAD0EE
8#D1E0F4
9#E8EFF9
Tones
Muted variations
1#3366AE
2#3967A7
3#4068A0
4#476999
5#4E6A92
6#556C8C
7#5C6D85
8#636E7E
9#696F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BE #A1BEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9D #6F9DDC | Disabled statesSecondary iconsMuted text |
| 500 | 4681 #4681D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C65 #2C65B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2350 #235090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1939 #193967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2EBF8;
--steel-blue-200: #CADAF2;
--steel-blue-300: #A1BEE8;
--steel-blue-400: #6F9DDC;
--steel-blue-500: #4681D2;
--steel-blue-600: #2C65B5;
--steel-blue-700: #235090;
--steel-blue-800: #193967;
--steel-blue-900: #102542;
--steel-blue-950: #0A1729;
}