Teal
#027E6B
CyanColor Codes
All color formats for development
HEX
#027E6BRGB
rgb(2, 126, 107)HSL
hsl(171, 97%, 25%)OKLCH
oklch(0.531 0.098 177.2)CMYK
cmyk(98%, 0%, 15%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027160
2#026456
3#01584B
4#014B40
5#013F36
6#01322B
7#012620
8#001915
9#000D0B
Tints
Lighter variations
1#02A38B
2#03C9AB
3#04EFCB
4#1DFCDA
5#43FCE0
6#68FDE6
7#8EFDED
8#B4FEF3
9#D9FEF9
Tones
Muted variations
1#087767
2#0E7162
3#146B5E
4#1B655A
5#215F55
6#275851
7#2D524D
8#334C48
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDEC | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B096 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015045 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEF9;
--teal-200: #BEFEF4;
--teal-300: #8BFDEC;
--teal-400: #4FFCE2;
--teal-500: #1DFCDA;
--teal-600: #03DDBC;
--teal-700: #03B096;
--teal-800: #027E6B;
--teal-900: #015045;
--teal-950: #01322B;
}