Teal
#278B86
CyanColor Codes
All color formats for development
HEX
#278B86RGB
rgb(39, 139, 134)HSL
hsl(177, 56%, 35%)OKLCH
oklch(0.58 0.089 190.1)CMYK
cmyk(72%, 0%, 4%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D79
2#1F6F6B
3#1B615E
4#185451
5#144643
6#103836
7#0C2A28
8#081C1B
9#040E0D
Tints
Lighter variations
1#2FA59F
2#36BFB8
3#4ACCC5
4#64D3CE
5#7EDBD6
6#98E2DE
7#B1E9E6
8#CBF0EF
9#E5F8F7
Tones
Muted variations
1#2C8682
2#31817D
3#367C79
4#3B7774
5#407270
6#456D6B
7#4A6867
8#4F6362
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E2 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D3 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F7F6;
--teal-200: #CBF0EF;
--teal-300: #A4E5E2;
--teal-400: #74D8D3;
--teal-500: #4CCDC6;
--teal-600: #31AFA9;
--teal-700: #278B86;
--teal-800: #1C6360;
--teal-900: #12403D;
--teal-950: #0B2826;
}