Steel Blue
#269ABA
CyanColor Codes
All color formats for development
HEX
#269ABARGB
rgb(38, 154, 186)HSL
hsl(193, 66%, 44%)OKLCH
oklch(0.639 0.108 221.4)CMYK
cmyk(80%, 17%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#228BA8
2#1F7B95
3#1B6C82
4#175C70
5#134D5D
6#0F3E4B
7#0B2E38
8#081F25
9#040F13
Tints
Lighter variations
1#2BAED2
2#41B7D8
3#59C0DD
4#71C9E2
5#88D2E7
6#A0DBEC
7#B8E4F0
8#D0EDF5
9#E7F6FA
Tones
Muted variations
1#2E96B3
2#3592AB
3#3C8EA4
4#44899D
5#4B8595
6#53818E
7#5A7D86
8#61797F
9#697478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EA #C8EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDA #9EDAEB | BordersInactive statesPlaceholder text |
| 400 | 6BC7 #6BC7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41B7 #41B7D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 269A #269ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E7B #1E7B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1658 #16586A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E38 #0E3844 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFC;
--steel-blue-100: #E1F4F9;
--steel-blue-200: #C8EAF4;
--steel-blue-300: #9EDAEB;
--steel-blue-400: #6BC7E1;
--steel-blue-500: #41B7D8;
--steel-blue-600: #269ABA;
--steel-blue-700: #1E7B94;
--steel-blue-800: #16586A;
--steel-blue-900: #0E3844;
--steel-blue-950: #09232A;
}