Steel Blue
#2F68B1
BlueColor Codes
All color formats for development
HEX
#2F68B1RGB
rgb(47, 104, 177)HSL
hsl(214, 58%, 44%)OKLCH
oklch(0.517 0.13 255.9)CMYK
cmyk(73%, 41%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A5DA0
2#26538E
3#21487C
4#1C3E6A
5#183459
6#132947
7#0E1F35
8#091523
9#050A12
Tints
Lighter variations
1#3575C8
2#4B84CF
3#6193D5
4#78A3DB
5#8EB2E1
6#A5C1E7
7#BBD1ED
8#D2E0F3
9#E8F0F9
Tones
Muted variations
1#3668AB
2#3C69A4
3#436A9E
4#496B97
5#506C91
6#566D8A
7#5D6E84
8#636E7D
9#6A6F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDB #CBDBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C0 #A2C0E6 | BordersInactive statesPlaceholder text |
| 400 | 729F #729FDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A83 #4A83CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F68 #2F68B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2552 #25528D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3B #1B3B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3ECF8;
--steel-blue-200: #CBDBF1;
--steel-blue-300: #A2C0E6;
--steel-blue-400: #729FDA;
--steel-blue-500: #4A83CF;
--steel-blue-600: #2F68B1;
--steel-blue-700: #25528D;
--steel-blue-800: #1B3B65;
--steel-blue-900: #112640;
--steel-blue-950: #0B1828;
}