Steel Blue
#2394BE
BlueColor Codes
All color formats for development
HEX
#2394BERGB
rgb(35, 148, 190)HSL
hsl(196, 69%, 44%)OKLCH
oklch(0.625 0.114 228.9)CMYK
cmyk(82%, 22%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F85AB
2#1C7798
3#186885
4#155972
5#114A5F
6#0E3B4C
7#0A2C39
8#071E26
9#030F13
Tints
Lighter variations
1#27A7D6
2#3EB2DC
3#56BBE0
4#6EC5E4
5#86CFE9
6#9ED8ED
7#B7E2F2
8#CFECF6
9#E7F5FB
Tones
Muted variations
1#2B91B6
2#328DAE
3#3A89A6
4#42869F
5#498297
6#517F8F
7#597B87
8#617780
9#687478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD7 #9CD7ED | BordersInactive statesPlaceholder text |
| 400 | 68C2 #68C2E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB1 #3DB1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2394 #2394BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C76 #1C7697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1454 #14546C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3645 | 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: #E1F3F9;
--steel-blue-200: #C7E9F5;
--steel-blue-300: #9CD7ED;
--steel-blue-400: #68C2E3;
--steel-blue-500: #3DB1DB;
--steel-blue-600: #2394BE;
--steel-blue-700: #1C7697;
--steel-blue-800: #14546C;
--steel-blue-900: #0D3645;
--steel-blue-950: #08222B;
}