Teal
#027E61
CyanColor Codes
All color formats for development
HEX
#027E61RGB
rgb(2, 126, 97)HSL
hsl(166, 97%, 25%)OKLCH
oklch(0.528 0.105 169.4)CMYK
cmyk(98%, 0%, 23%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027157
2#02644D
3#015844
4#014B3A
5#013F30
6#013227
7#01261D
8#001913
9#000D0A
Tints
Lighter variations
1#02A37E
2#03C99B
3#04EFB8
4#1DFCC8
5#43FCD1
6#68FDDA
7#8EFDE3
8#B4FEED
9#D9FEF6
Tones
Muted variations
1#08775D
2#0E715A
3#146B57
4#1B6554
5#215F50
6#27584D
7#2D524A
8#334C46
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE3 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCD4 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF6;
--teal-200: #BEFEEF;
--teal-300: #8BFDE3;
--teal-400: #4FFCD4;
--teal-500: #1DFCC8;
--teal-600: #03DDAA;
--teal-700: #03B087;
--teal-800: #027E61;
--teal-900: #01503E;
--teal-950: #013227;
}