Steel Blue
#26BAAB
CyanColor Codes
All color formats for development
HEX
#26BAABRGB
rgb(38, 186, 171)HSL
hsl(174, 66%, 44%)OKLCH
oklch(0.713 0.119 184.3)CMYK
cmyk(80%, 0%, 8%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A89A
2#1F9589
3#1B8278
4#177067
5#135D56
6#0F4B45
7#0B3833
8#082522
9#041311
Tints
Lighter variations
1#2BD2C1
2#41D8C9
3#59DDD0
4#71E2D7
5#88E7DD
6#A0ECE4
7#B8F0EB
8#D0F5F2
9#E7FAF8
Tones
Muted variations
1#2EB3A6
2#35ABA0
3#3CA49A
4#449D94
5#4B958E
6#538E88
7#5A8682
8#617F7C
9#697876
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE3 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFB;
--steel-blue-100: #E1F9F7;
--steel-blue-200: #C8F4EF;
--steel-blue-300: #9EEBE3;
--steel-blue-400: #6BE1D5;
--steel-blue-500: #41D8C9;
--steel-blue-600: #26BAAB;
--steel-blue-700: #1E9488;
--steel-blue-800: #166A61;
--steel-blue-900: #0E443E;
--steel-blue-950: #092A27;
}