Steel Blue
#2295BF
BlueColor Codes
All color formats for development
HEX
#2295BFRGB
rgb(34, 149, 191)HSL
hsl(196, 70%, 44%)OKLCH
oklch(0.628 0.114 228.6)CMYK
cmyk(82%, 22%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E86AC
2#1B7799
3#186886
4#145972
5#114A5F
6#0D3C4C
7#0A2D39
8#071E26
9#030F13
Tints
Lighter variations
1#26A8D7
2#3DB2DD
3#55BCE1
4#6DC5E5
5#86CFEA
6#9ED9EE
7#B6E2F2
8#CEECF6
9#E7F5FB
Tones
Muted variations
1#2A91B7
2#318EAF
3#398AA7
4#41869F
5#498397
6#517F90
7#597B88
8#607880
9#687478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD8 #9BD8ED | BordersInactive statesPlaceholder text |
| 400 | 67C3 #67C3E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CB2 #3CB2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2295 #2295BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B76 #1B7698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1355 #13556C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C36 #0C3645 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFD;
--steel-blue-100: #E1F3FA;
--steel-blue-200: #C7E9F5;
--steel-blue-300: #9BD8ED;
--steel-blue-400: #67C3E4;
--steel-blue-500: #3CB2DD;
--steel-blue-600: #2295BF;
--steel-blue-700: #1B7698;
--steel-blue-800: #13556C;
--steel-blue-900: #0C3645;
--steel-blue-950: #08222B;
}