Teal
#0E715F
CyanColor Codes
All color formats for development
HEX
#0E715FRGB
rgb(14, 113, 95)HSL
hsl(169, 78%, 25%)OKLCH
oklch(0.492 0.088 176)CMYK
cmyk(88%, 0%, 16%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6656
2#0B5B4C
3#0A4F43
4#084439
5#073930
6#062D26
7#04221D
8#031713
9#010B0A
Tints
Lighter variations
1#12947C
2#16B698
3#1BD8B5
4#33E6C5
5#55EACF
6#77EED8
7#99F2E2
8#BBF7EC
9#DDFBF5
Tones
Muted variations
1#136D5C
2#186859
3#1D6356
4#225E53
5#27594F
6#2C544C
7#314F49
8#364A46
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF6;
--teal-200: #C4F8EE;
--teal-300: #97F2E1;
--teal-400: #60EBD2;
--teal-500: #33E6C5;
--teal-600: #19C8A8;
--teal-700: #149F85;
--teal-800: #0E715F;
--teal-900: #09493D;
--teal-950: #062D26;
}