Teal
#0F705D
CyanColor Codes
All color formats for development
HEX
#0F705DRGB
rgb(15, 112, 93)HSL
hsl(168, 76%, 25%)OKLCH
oklch(0.489 0.088 174.9)CMYK
cmyk(87%, 0%, 17%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6554
2#0C5A4A
3#0B4F41
4#094338
5#08382E
6#062D25
7#05221C
8#031613
9#020B09
Tints
Lighter variations
1#149279
2#18B495
3#1DD5B0
4#35E3C1
5#57E8CB
6#78EDD5
7#9AF1E0
8#BCF6EA
9#DDFAF5
Tones
Muted variations
1#146B5A
2#196757
3#1E6254
4#235D51
5#28584E
6#2C534B
7#314E48
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 #E0FBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACE | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FBF5;
--teal-200: #C5F7ED;
--teal-300: #98F1DF;
--teal-400: #62EACE;
--teal-500: #35E3C1;
--teal-600: #1BC5A3;
--teal-700: #159D82;
--teal-800: #0F705D;
--teal-900: #0A483B;
--teal-950: #062D25;
}