Steel Blue
#26BAB3
CyanColor Codes
All color formats for development
HEX
#26BAB3RGB
rgb(38, 186, 179)HSL
hsl(177, 66%, 44%)OKLCH
oklch(0.715 0.117 189.9)CMYK
cmyk(80%, 0%, 4%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A8A1
2#1F958F
3#1B827D
4#17706B
5#135D59
6#0F4B48
7#0B3836
8#082524
9#041312
Tints
Lighter variations
1#2BD2CA
2#41D8D1
3#59DDD6
4#71E2DC
5#88E7E2
6#A0ECE8
7#B8F0EE
8#D0F5F3
9#E7FAF9
Tones
Muted variations
1#2EB3AC
2#35ABA6
3#3CA49F
4#449D98
5#4B9592
6#538E8B
7#5A8684
8#617F7E
9#697877
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE7 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1DB | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E948E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4441 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E1F9F8;
--steel-blue-200: #C8F4F2;
--steel-blue-300: #9EEBE7;
--steel-blue-400: #6BE1DB;
--steel-blue-500: #41D8D0;
--steel-blue-600: #26BAB3;
--steel-blue-700: #1E948E;
--steel-blue-800: #166A66;
--steel-blue-900: #0E4441;
--steel-blue-950: #092A29;
}