Steel Blue
#2681BA
BlueColor Codes
All color formats for development
HEX
#2681BARGB
rgb(38, 129, 186)HSL
hsl(203, 66%, 44%)OKLCH
oklch(0.578 0.12 241.5)CMYK
cmyk(80%, 31%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2275A8
2#1F6895
3#1B5B82
4#174E70
5#13415D
6#0F344B
7#0B2738
8#081A25
9#040D13
Tints
Lighter variations
1#2B92D2
2#419ED8
3#59AADD
4#71B7E2
5#88C3E7
6#A0CFEC
7#B8DBF0
8#D0E7F5
9#E7F3FA
Tones
Muted variations
1#2E80B3
2#357EAB
3#3C7CA4
4#447B9D
5#4B7995
6#53778E
7#5A7586
8#61747F
9#697278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E3 #C8E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECD #9ECDEB | BordersInactive statesPlaceholder text |
| 400 | 6BB3 #6BB3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 419E #419ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2681 #2681BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E67 #1E6794 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164A #164A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2F #0E2F44 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E1F0F9;
--steel-blue-200: #C8E3F4;
--steel-blue-300: #9ECDEB;
--steel-blue-400: #6BB3E1;
--steel-blue-500: #419ED8;
--steel-blue-600: #2681BA;
--steel-blue-700: #1E6794;
--steel-blue-800: #164A6A;
--steel-blue-900: #0E2F44;
--steel-blue-950: #091D2A;
}