Teal
#0F7162
CyanColor Codes
All color formats for development
HEX
#0F7162RGB
rgb(15, 113, 98)HSL
hsl(171, 77%, 25%)OKLCH
oklch(0.493 0.086 178.8)CMYK
cmyk(87%, 0%, 13%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6658
2#0C5A4E
3#0A4F45
4#09443B
5#073831
6#062D27
7#04221D
8#031714
9#010B0A
Tints
Lighter variations
1#139380
2#17B59D
3#1CD6BA
4#34E5CA
5#56E9D3
6#78EDDC
7#99F2E5
8#BBF6ED
9#DDFBF6
Tones
Muted variations
1#146C5F
2#18675B
3#1D6258
4#225D54
5#275851
6#2C534D
7#314E4A
8#364A47
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E4 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAD6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483F | 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: #F1FDFB;
--teal-100: #DFFBF7;
--teal-200: #C4F7F0;
--teal-300: #97F2E4;
--teal-400: #61EAD6;
--teal-500: #34E5CA;
--teal-600: #1AC7AD;
--teal-700: #159E89;
--teal-800: #0F7162;
--teal-900: #09483F;
--teal-950: #062D27;
}