Teal
#15696A
CyanColor Codes
All color formats for development
HEX
#15696ARGB
rgb(21, 105, 106)HSL
hsl(181, 67%, 25%)OKLCH
oklch(0.475 0.075 196.2)CMYK
cmyk(80%, 1%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#135F60
2#115455
3#0F4A4B
4#0D3F40
5#0B3535
6#082A2B
7#062020
8#041515
9#020B0B
Tints
Lighter variations
1#1B898A
2#22A8AA
3#28C8CA
4#3FD7D9
5#5FDDDF
6#7FE4E6
7#9FEBEC
8#BFF2F2
9#DFF8F9
Tones
Muted variations
1#196566
2#1E6162
3#225D5E
4#265959
5#2A5455
6#2F5051
7#334C4D
8#374848
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEA #9DEAEC | BordersInactive statesPlaceholder text |
| 400 | 6AE0 #6AE0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD7 #3FD7D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B9 #25B9BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D93 #1D9395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1569 #15696A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4344 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F9;
--teal-200: #C8F3F4;
--teal-300: #9DEAEC;
--teal-400: #6AE0E2;
--teal-500: #3FD7D9;
--teal-600: #25B9BB;
--teal-700: #1D9395;
--teal-800: #15696A;
--teal-900: #0D4344;
--teal-950: #082A2B;
}