Teal
#027E6D
CyanColor Codes
All color formats for development
HEX
#027E6DRGB
rgb(2, 126, 109)HSL
hsl(172, 97%, 25%)OKLCH
oklch(0.531 0.097 178.9)CMYK
cmyk(98%, 0%, 13%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027162
2#026457
3#01584C
4#014B41
5#013F37
6#01322C
7#012621
8#001916
9#000D0B
Tints
Lighter variations
1#02A38E
2#03C9AF
3#04EFCF
4#1DFCDE
5#43FCE3
6#68FDE9
7#8EFDEE
8#B4FEF4
9#D9FEF9
Tones
Muted variations
1#087769
2#0E7164
3#146B5F
4#1B655B
5#215F56
6#275852
7#2D524D
8#334C49
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDEE | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCE5 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B099 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015046 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFA;
--teal-200: #BEFEF5;
--teal-300: #8BFDEE;
--teal-400: #4FFCE5;
--teal-500: #1DFCDE;
--teal-600: #03DDC0;
--teal-700: #03B099;
--teal-800: #027E6D;
--teal-900: #015046;
--teal-950: #01322C;
}