Steel Blue
#26A7BA
CyanColor Codes
All color formats for development
HEX
#26A7BARGB
rgb(38, 167, 186)HSL
hsl(188, 66%, 44%)OKLCH
oklch(0.671 0.108 210.1)CMYK
cmyk(80%, 10%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2296A8
2#1F8595
3#1B7582
4#176470
5#13535D
6#0F434B
7#0B3238
8#082125
9#041113
Tints
Lighter variations
1#2BBCD2
2#41C4D8
3#59CBDD
4#71D3E2
5#88DAE7
6#A0E2EC
7#B8E9F0
8#D0F0F5
9#E7F8FA
Tones
Muted variations
1#2EA1B3
2#359CAB
3#3C96A4
4#44919D
5#4B8B95
6#53868E
7#5A8086
8#617B7F
9#697678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE1 #9EE1EB | BordersInactive statesPlaceholder text |
| 400 | 6BD1 #6BD1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C4 #41C4D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A7 #26A7BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E84 #1E8494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165F #165F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFC;
--steel-blue-100: #E1F6F9;
--steel-blue-200: #C8EEF4;
--steel-blue-300: #9EE1EB;
--steel-blue-400: #6BD1E1;
--steel-blue-500: #41C4D8;
--steel-blue-600: #26A7BA;
--steel-blue-700: #1E8494;
--steel-blue-800: #165F6A;
--steel-blue-900: #0E3D44;
--steel-blue-950: #09262A;
}