Teal
#0F715F
CyanColor Codes
All color formats for development
HEX
#0F715FRGB
rgb(15, 113, 95)HSL
hsl(169, 77%, 25%)OKLCH
oklch(0.492 0.088 176)CMYK
cmyk(87%, 0%, 16%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6655
2#0C5A4C
3#0A4F42
4#094439
5#07382F
6#062D26
7#04221C
8#031713
9#010B09
Tints
Lighter variations
1#13937B
2#17B598
3#1CD6B4
4#34E5C4
5#56E9CE
6#78EDD8
7#99F2E2
8#BBF6EB
9#DDFBF5
Tones
Muted variations
1#146C5C
2#186759
3#1D6256
4#225D52
5#27584F
6#2C534C
7#314E49
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 | C4F7 #C4F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483D | 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: #C4F7EE;
--teal-300: #97F2E1;
--teal-400: #61EAD1;
--teal-500: #34E5C4;
--teal-600: #1AC7A7;
--teal-700: #159E85;
--teal-800: #0F715F;
--teal-900: #09483D;
--teal-950: #062D26;
}