Teal
#027E71
CyanColor Codes
All color formats for development
HEX
#027E71RGB
rgb(2, 126, 113)HSL
hsl(174, 97%, 25%)OKLCH
oklch(0.533 0.095 182.4)CMYK
cmyk(98%, 0%, 10%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027166
2#02645B
3#01584F
4#014B44
5#013F39
6#01322D
7#012622
8#001917
9#000D0B
Tints
Lighter variations
1#02A393
2#03C9B5
3#04EFD7
4#1DFCE5
5#43FCEA
6#68FDEE
7#8EFDF2
8#B4FEF6
9#D9FEFB
Tones
Muted variations
1#08776C
2#0E7167
3#146B62
4#1B655D
5#215F58
6#275854
7#2D524F
8#334C4A
9#3A4645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF2 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCEB | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B09F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015048 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFB;
--teal-200: #BEFEF8;
--teal-300: #8BFDF2;
--teal-400: #4FFCEB;
--teal-500: #1DFCE5;
--teal-600: #03DDC7;
--teal-700: #03B09F;
--teal-800: #027E71;
--teal-900: #015048;
--teal-950: #01322D;
}