Teal
#116E5F
CyanColor Codes
All color formats for development
HEX
#116E5FRGB
rgb(17, 110, 95)HSL
hsl(170, 73%, 25%)OKLCH
oklch(0.484 0.084 178.4)CMYK
cmyk(85%, 0%, 14%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6355
2#0E584C
3#0C4D42
4#0A4239
5#09372F
6#072C26
7#05211C
8#031613
9#020B09
Tints
Lighter variations
1#168F7B
2#1CB098
3#21D2B4
4#38E0C4
5#5AE5CE
6#7BEAD8
7#9CF0E2
8#BDF5EB
9#DEFAF5
Tones
Muted variations
1#166A5C
2#1B6559
3#1F6055
4#245C52
5#28574F
6#2D524C
7#324E49
8#364946
9#3B4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FAF6;
--teal-200: #C6F6EE;
--teal-300: #9AEFE1;
--teal-400: #65E7D1;
--teal-500: #38E0C4;
--teal-600: #1EC2A7;
--teal-700: #189A85;
--teal-800: #116E5F;
--teal-900: #0B473D;
--teal-950: #072C26;
}