Teal
#0E716E
CyanColor Codes
All color formats for development
HEX
#0E716ERGB
rgb(14, 113, 110)HSL
hsl(178, 78%, 25%)OKLCH
oklch(0.497 0.082 191.5)CMYK
cmyk(88%, 0%, 3%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6663
2#0B5B58
3#0A4F4D
4#084442
5#073937
6#062D2C
7#042221
8#031716
9#010B0B
Tints
Lighter variations
1#12948F
2#16B6B0
3#1BD8D1
4#33E6E0
5#55EAE5
6#77EEEA
7#99F2EF
8#BBF7F5
9#DDFBFA
Tones
Muted variations
1#136D6A
2#186865
3#1D6360
4#225E5C
5#275957
6#2C5452
7#314F4E
8#364A49
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C4F8F6;
--teal-300: #97F2EF;
--teal-400: #60EBE7;
--teal-500: #33E6E0;
--teal-600: #19C8C2;
--teal-700: #149F9A;
--teal-800: #0E716E;
--teal-900: #094947;
--teal-950: #062D2C;
}