Steel Blue
#2686BA
BlueColor Codes
All color formats for development
HEX
#2686BARGB
rgb(38, 134, 186)HSL
hsl(201, 66%, 44%)OKLCH
oklch(0.59 0.117 237.9)CMYK
cmyk(80%, 28%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2279A8
2#1F6C95
3#1B5E82
4#175170
5#13435D
6#0F364B
7#0B2838
8#081B25
9#040D13
Tints
Lighter variations
1#2B98D2
2#41A3D8
3#59AFDD
4#71BAE2
5#88C6E7
6#A0D1EC
7#B8DDF0
8#D0E8F5
9#E7F4FA
Tones
Muted variations
1#2E84B3
2#3582AB
3#3C80A4
4#447E9D
5#4B7B95
6#53798E
7#5A7786
8#61757F
9#697278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED0 #9ED0EB | BordersInactive statesPlaceholder text |
| 400 | 6BB7 #6BB7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41A3 #41A3D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2686 #2686BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E6B #1E6B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164C #164C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E31 #0E3144 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E1F1F9;
--steel-blue-200: #C8E4F4;
--steel-blue-300: #9ED0EB;
--steel-blue-400: #6BB7E1;
--steel-blue-500: #41A3D8;
--steel-blue-600: #2686BA;
--steel-blue-700: #1E6B94;
--steel-blue-800: #164C6A;
--steel-blue-900: #0E3144;
--steel-blue-950: #091F2A;
}