Teal
#027E6F
CyanColor Codes
All color formats for development
HEX
#027E6FRGB
rgb(2, 126, 111)HSL
hsl(173, 97%, 25%)OKLCH
oklch(0.532 0.096 180.6)CMYK
cmyk(98%, 0%, 12%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027164
2#026459
3#01584E
4#014B43
5#013F38
6#01322C
7#012621
8#001916
9#000D0B
Tints
Lighter variations
1#02A391
2#03C9B2
3#04EFD3
4#1DFCE2
5#43FCE6
6#68FDEB
7#8EFDF0
8#B4FEF5
9#D9FEFA
Tones
Muted variations
1#08776A
2#0E7166
3#146B61
4#1B655C
5#215F57
6#275853
7#2D524E
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 #BEFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF0 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCE8 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B09C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015047 | 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: #BEFEF7;
--teal-300: #8BFDF0;
--teal-400: #4FFCE8;
--teal-500: #1DFCE2;
--teal-600: #03DDC4;
--teal-700: #03B09C;
--teal-800: #027E6F;
--teal-900: #015047;
--teal-950: #01322C;
}