Teal
#027E75
CyanColor Codes
All color formats for development
HEX
#027E75RGB
rgb(2, 126, 117)HSL
hsl(176, 97%, 25%)OKLCH
oklch(0.534 0.093 186.1)CMYK
cmyk(98%, 0%, 7%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02716A
2#02645E
3#015852
4#014B46
5#013F3B
6#01322F
7#012623
8#001917
9#000D0C
Tints
Lighter variations
1#02A399
2#03C9BC
3#04EFDF
4#1DFCED
5#43FCF0
6#68FDF3
7#8EFDF6
8#B4FEF9
9#D9FEFC
Tones
Muted variations
1#087770
2#0E716B
3#146B65
4#1B6560
5#215F5B
6#275855
7#2D5250
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 #BEFEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF6 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCF1 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCED | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDCF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B0A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01504B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DCFEFC;
--teal-200: #BEFEFA;
--teal-300: #8BFDF6;
--teal-400: #4FFCF1;
--teal-500: #1DFCED;
--teal-600: #03DDCF;
--teal-700: #03B0A4;
--teal-800: #027E75;
--teal-900: #01504B;
--teal-950: #01322F;
}