Steel Blue
#26B3BA
CyanColor Codes
All color formats for development
HEX
#26B3BARGB
rgb(38, 179, 186)HSL
hsl(183, 66%, 44%)OKLCH
oklch(0.7 0.112 200.2)CMYK
cmyk(80%, 4%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A1A8
2#1F8F95
3#1B7D82
4#176B70
5#13595D
6#0F484B
7#0B3638
8#082425
9#041213
Tints
Lighter variations
1#2BCAD2
2#41D1D8
3#59D6DD
4#71DCE2
5#88E2E7
6#A0E8EC
7#B8EEF0
8#D0F3F5
9#E7F9FA
Tones
Muted variations
1#2EACB3
2#35A6AB
3#3C9FA4
4#44989D
5#4B9295
6#538B8E
7#5A8486
8#617E7F
9#697778
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EB | BordersInactive statesPlaceholder text |
| 400 | 6BDB #6BDBE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D0 #41D0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26B3 #26B3BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8E #1E8E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #16666A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4144 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E1F8F9;
--steel-blue-200: #C8F2F4;
--steel-blue-300: #9EE7EB;
--steel-blue-400: #6BDBE1;
--steel-blue-500: #41D0D8;
--steel-blue-600: #26B3BA;
--steel-blue-700: #1E8E94;
--steel-blue-800: #16666A;
--steel-blue-900: #0E4144;
--steel-blue-950: #09292A;
}