Teal
#278B83
CyanColor Codes
All color formats for development
HEX
#278B83RGB
rgb(39, 139, 131)HSL
hsl(175, 56%, 35%)OKLCH
oklch(0.579 0.09 187.2)CMYK
cmyk(72%, 0%, 6%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D76
2#1F6F69
3#1B615C
4#18544F
5#144641
6#103834
7#0C2A27
8#081C1A
9#040E0D
Tints
Lighter variations
1#2FA59B
2#36BFB4
3#4ACCC1
4#64D3CA
5#7EDBD3
6#98E2DC
7#B1E9E4
8#CBF0ED
9#E5F8F6
Tones
Muted variations
1#2C867F
2#31817B
3#367C76
4#3B7772
5#40726E
6#456D6A
7#4A6866
8#4F6362
9#545E5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8CF | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F7F5;
--teal-200: #CBF0ED;
--teal-300: #A4E5E0;
--teal-400: #74D8CF;
--teal-500: #4CCDC2;
--teal-600: #31AFA5;
--teal-700: #278B83;
--teal-800: #1C635E;
--teal-900: #12403C;
--teal-950: #0B2825;
}