Teal
#027E73
CyanColor Codes
All color formats for development
HEX
#027E73RGB
rgb(2, 126, 115)HSL
hsl(175, 97%, 25%)OKLCH
oklch(0.533 0.094 184.2)CMYK
cmyk(98%, 0%, 9%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027168
2#02645C
3#015851
4#014B45
5#013F3A
6#01322E
7#012623
8#001917
9#000D0C
Tints
Lighter variations
1#02A396
2#03C9B8
3#04EFDB
4#1DFCE9
5#43FCED
6#68FDF0
7#8EFDF4
8#B4FEF8
9#D9FEFB
Tones
Muted variations
1#08776E
2#0E7169
3#146B64
4#1B655F
5#215F5A
6#275854
7#2D524F
8#334C4A
9#3A4645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF4 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCEE | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B0A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01504A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DCFEFC;
--teal-200: #BEFEF9;
--teal-300: #8BFDF4;
--teal-400: #4FFCEE;
--teal-500: #1DFCE9;
--teal-600: #03DDCB;
--teal-700: #03B0A1;
--teal-800: #027E73;
--teal-900: #01504A;
--teal-950: #01322E;
}