Teal
#0E7169
CyanColor Codes
All color formats for development
HEX
#0E7169RGB
rgb(14, 113, 105)HSL
hsl(175, 78%, 25%)OKLCH
oklch(0.495 0.084 186.1)CMYK
cmyk(88%, 0%, 7%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D665F
2#0B5B54
3#0A4F4A
4#08443F
5#073935
6#062D2A
7#042220
8#031715
9#010B0B
Tints
Lighter variations
1#129489
2#16B6A8
3#1BD8C8
4#33E6D7
5#55EADE
6#77EEE4
7#99F2EB
8#BBF7F2
9#DDFBF8
Tones
Muted variations
1#136D65
2#186861
3#1D635D
4#225E59
5#275954
6#2C5450
7#314F4C
8#364A48
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE0 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094943 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF9;
--teal-200: #C4F8F3;
--teal-300: #97F2EA;
--teal-400: #60EBE0;
--teal-500: #33E6D7;
--teal-600: #19C8B9;
--teal-700: #149F93;
--teal-800: #0E7169;
--teal-900: #094943;
--teal-950: #062D2A;
}