Teal
#0F7065
CyanColor Codes
All color formats for development
HEX
#0F7065RGB
rgb(15, 112, 101)HSL
hsl(173, 76%, 25%)OKLCH
oklch(0.491 0.084 182.8)CMYK
cmyk(87%, 0%, 10%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E655B
2#0C5A51
3#0B4F47
4#09433D
5#083832
6#062D28
7#05221E
8#031614
9#020B0A
Tints
Lighter variations
1#149283
2#18B4A1
3#1DD5C0
4#35E3CF
5#57E8D7
6#78EDDF
7#9AF1E7
8#BCF6EF
9#DDFAF7
Tones
Muted variations
1#146B61
2#19675D
3#1E625A
4#235D56
5#285852
6#2C534F
7#314E4B
8#364947
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4841 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FBF8;
--teal-200: #C5F7F1;
--teal-300: #98F1E7;
--teal-400: #62EADA;
--teal-500: #35E3CF;
--teal-600: #1BC5B2;
--teal-700: #159D8D;
--teal-800: #0F7065;
--teal-900: #0A4841;
--teal-950: #062D28;
}