Teal
#278B81
CyanColor Codes
All color formats for development
HEX
#278B81RGB
rgb(39, 139, 129)HSL
hsl(174, 56%, 35%)OKLCH
oklch(0.578 0.091 185.3)CMYK
cmyk(72%, 0%, 7%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D74
2#1F6F67
3#1B615A
4#18544E
5#144641
6#103834
7#0C2A27
8#081C1A
9#040E0D
Tints
Lighter variations
1#2FA599
2#36BFB1
3#4ACCBF
4#64D3C8
5#7EDBD1
6#98E2DA
7#B1E9E4
8#CBF0ED
9#E5F8F6
Tones
Muted variations
1#2C867D
2#318179
3#367C75
4#3B7771
5#40726D
6#456D69
7#4A6865
8#4F6361
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 #A4E5DF | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8CE | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403B | 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: #A4E5DF;
--teal-400: #74D8CE;
--teal-500: #4CCDC0;
--teal-600: #31AFA2;
--teal-700: #278B81;
--teal-800: #1C635C;
--teal-900: #12403B;
--teal-950: #0B2825;
}