Teal
#0E716B
CyanColor Codes
All color formats for development
HEX
#0E716BRGB
rgb(14, 113, 107)HSL
hsl(176, 78%, 25%)OKLCH
oklch(0.496 0.083 188.2)CMYK
cmyk(88%, 0%, 5%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6660
2#0B5B55
3#0A4F4B
4#084440
5#073935
6#062D2B
7#042220
8#031715
9#010B0B
Tints
Lighter variations
1#12948B
2#16B6AB
3#1BD8CB
4#33E6DA
5#55EAE0
6#77EEE6
7#99F2EC
8#BBF7F3
9#DDFBF9
Tones
Muted variations
1#136D67
2#186862
3#1D635E
4#225E5A
5#275955
6#2C5451
7#314F4D
8#364A48
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094944 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBF9;
--teal-200: #C4F8F4;
--teal-300: #97F2EC;
--teal-400: #60EBE2;
--teal-500: #33E6DA;
--teal-600: #19C8BC;
--teal-700: #149F96;
--teal-800: #0E716B;
--teal-900: #094944;
--teal-950: #062D2B;
}