Steel Blue
#26A9BA
CyanColor Codes
All color formats for development
HEX
#26A9BARGB
rgb(38, 169, 186)HSL
hsl(187, 66%, 44%)OKLCH
oklch(0.676 0.108 208.4)CMYK
cmyk(80%, 9%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2298A8
2#1F8795
3#1B7682
4#176570
5#13545D
6#0F444B
7#0B3338
8#082225
9#041113
Tints
Lighter variations
1#2BBED2
2#41C7D8
3#59CEDD
4#71D5E2
5#88DCE7
6#A0E3EC
7#B8EAF0
8#D0F1F5
9#E7F8FA
Tones
Muted variations
1#2EA3B3
2#359EAB
3#3C98A4
4#44929D
5#4B8D95
6#53878E
7#5A8186
8#617C7F
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 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE2 #9EE2EB | BordersInactive statesPlaceholder text |
| 400 | 6BD3 #6BD3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C6 #41C6D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A9 #26A9BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E86 #1E8694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1660 #16606A | 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: #C8EFF4;
--steel-blue-300: #9EE2EB;
--steel-blue-400: #6BD3E1;
--steel-blue-500: #41C6D8;
--steel-blue-600: #26A9BA;
--steel-blue-700: #1E8694;
--steel-blue-800: #16606A;
--steel-blue-900: #0E3D44;
--steel-blue-950: #09262A;
}