Teal
#0F7165
CyanColor Codes
All color formats for development
HEX
#0F7165RGB
rgb(15, 113, 101)HSL
hsl(173, 77%, 25%)OKLCH
oklch(0.494 0.085 181.9)CMYK
cmyk(87%, 0%, 11%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D665B
2#0C5A51
3#0A4F47
4#09443D
5#073833
6#062D29
7#04221E
8#031714
9#010B0A
Tints
Lighter variations
1#139384
2#17B5A2
3#1CD6C1
4#34E5D0
5#56E9D8
6#78EDE0
7#99F2E7
8#BBF6EF
9#DDFBF7
Tones
Muted variations
1#146C62
2#18675E
3#1D625A
4#225D56
5#275853
6#2C534F
7#314E4B
8#364A47
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E7 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EADA | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094841 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF8;
--teal-200: #C4F7F1;
--teal-300: #97F2E7;
--teal-400: #61EADA;
--teal-500: #34E5D0;
--teal-600: #1AC7B2;
--teal-700: #159E8E;
--teal-800: #0F7165;
--teal-900: #094841;
--teal-950: #062D29;
}