Teal
#0F706F
CyanColor Codes
All color formats for development
HEX
#0F706FRGB
rgb(15, 112, 111)HSL
hsl(179, 76%, 25%)OKLCH
oklch(0.495 0.081 193.7)CMYK
cmyk(87%, 0%, 1%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6564
2#0C5A58
3#0B4F4D
4#094342
5#083837
6#062D2C
7#052221
8#031616
9#020B0B
Tints
Lighter variations
1#149290
2#18B4B1
3#1DD5D2
4#35E3E1
5#57E8E6
6#78EDEB
7#9AF1F0
8#BCF6F5
9#DDFAFA
Tones
Muted variations
1#146B6A
2#196765
3#1E6261
4#235D5C
5#285857
6#2C5352
7#314E4E
8#364949
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4847 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FBFA;
--teal-200: #C5F7F6;
--teal-300: #98F1EF;
--teal-400: #62EAE7;
--teal-500: #35E3E1;
--teal-600: #1BC5C3;
--teal-700: #159D9B;
--teal-800: #0F706F;
--teal-900: #0A4847;
--teal-950: #062D2C;
}