Teal
#0F7062
CyanColor Codes
All color formats for development
HEX
#0F7062RGB
rgb(15, 112, 98)HSL
hsl(171, 76%, 25%)OKLCH
oklch(0.49 0.085 179.7)CMYK
cmyk(87%, 0%, 13%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6558
2#0C5A4E
3#0B4F44
4#09433B
5#083831
6#062D27
7#05221D
8#031614
9#020B0A
Tints
Lighter variations
1#14927F
2#18B49C
3#1DD5BA
4#35E3C9
5#57E8D2
6#78EDDB
7#9AF1E4
8#BCF6ED
9#DDFAF6
Tones
Muted variations
1#146B5E
2#19675B
3#1E6257
4#235D54
5#285851
6#2C534D
7#314E4A
8#364947
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FBF7;
--teal-200: #C5F7EF;
--teal-300: #98F1E4;
--teal-400: #62EAD5;
--teal-500: #35E3C9;
--teal-600: #1BC5AC;
--teal-700: #159D89;
--teal-800: #0F7062;
--teal-900: #0A483F;
--teal-950: #062D27;
}