Teal
#0F705E
CyanColor Codes
All color formats for development
HEX
#0F705ERGB
rgb(15, 112, 94)HSL
hsl(169, 76%, 25%)OKLCH
oklch(0.489 0.088 175.8)CMYK
cmyk(87%, 0%, 16%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6555
2#0C5A4C
3#0B4F42
4#094339
5#08382F
6#062D26
7#05221C
8#031613
9#020B09
Tints
Lighter variations
1#14927B
2#18B497
3#1DD5B3
4#35E3C3
5#57E8CD
6#78EDD7
7#9AF1E1
8#BCF6EB
9#DDFAF5
Tones
Muted variations
1#146B5B
2#196758
3#1E6255
4#235D52
5#28584F
6#2C534C
7#314E49
8#364946
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483C | 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: #F2FDFB;
--teal-100: #E0FBF6;
--teal-200: #C5F7EE;
--teal-300: #98F1E1;
--teal-400: #62EAD1;
--teal-500: #35E3C3;
--teal-600: #1BC5A6;
--teal-700: #159D84;
--teal-800: #0F705E;
--teal-900: #0A483C;
--teal-950: #062D26;
}