Teal
#0F706A
CyanColor Codes
All color formats for development
HEX
#0F706ARGB
rgb(15, 112, 106)HSL
hsl(176, 76%, 25%)OKLCH
oklch(0.493 0.082 188.2)CMYK
cmyk(87%, 0%, 5%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E655F
2#0C5A55
3#0B4F4A
4#09433F
5#083835
6#062D2A
7#052220
8#031615
9#020B0B
Tints
Lighter variations
1#149289
2#18B4A9
3#1DD5C9
4#35E3D8
5#57E8DE
6#78EDE5
7#9AF1EB
8#BCF6F2
9#DDFAF8
Tones
Muted variations
1#146B66
2#196761
3#1E625D
4#235D59
5#285855
6#2C5351
7#314E4C
8#364948
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4844 | 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: #F2FDFC;
--teal-100: #E0FBF9;
--teal-200: #C5F7F4;
--teal-300: #98F1EB;
--teal-400: #62EAE1;
--teal-500: #35E3D8;
--teal-600: #1BC5BA;
--teal-700: #159D94;
--teal-800: #0F706A;
--teal-900: #0A4844;
--teal-950: #062D2A;
}