Steel Blue
#268EBA
BlueColor Codes
All color formats for development
HEX
#268EBARGB
rgb(38, 142, 186)HSL
hsl(198, 66%, 44%)OKLCH
oklch(0.609 0.112 231.6)CMYK
cmyk(80%, 24%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2280A8
2#1F7195
3#1B6382
4#175570
5#13475D
6#0F394B
7#0B2B38
8#081C25
9#040E13
Tints
Lighter variations
1#2BA0D2
2#41ABD8
3#59B5DD
4#71C0E2
5#88CAE7
6#A0D5EC
7#B8DFF0
8#D0EAF5
9#E7F4FA
Tones
Muted variations
1#2E8BB3
2#3588AB
3#3C85A4
4#44829D
5#4B7F95
6#537C8E
7#5A7986
8#61767F
9#697378
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED4 #9ED4EB | BordersInactive statesPlaceholder text |
| 400 | 6BBD #6BBDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41AB #41ABD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 268E #268EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E71 #1E7194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1651 #16516A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E34 #0E3444 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E1F2F9;
--steel-blue-200: #C8E7F4;
--steel-blue-300: #9ED4EB;
--steel-blue-400: #6BBDE1;
--steel-blue-500: #41ABD8;
--steel-blue-600: #268EBA;
--steel-blue-700: #1E7194;
--steel-blue-800: #16516A;
--steel-blue-900: #0E3444;
--steel-blue-950: #09202A;
}