Teal
#1A8A99
CyanColor Codes
All color formats for development
HEX
#1A8A99RGB
rgb(26, 138, 153)HSL
hsl(187, 71%, 35%)OKLCH
oklch(0.582 0.095 209)CMYK
cmyk(83%, 10%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#177C89
2#156E7A
3#12606B
4#10535C
5#0D454C
6#0A373D
7#08292E
8#051C1F
9#030E0F
Tints
Lighter variations
1#1FA3B5
2#23BDD1
3#39CADD
4#55D2E2
5#71D9E7
6#8EE1EC
7#AAE8F1
8#C6F0F5
9#E3F7FA
Tones
Muted variations
1#208592
2#27808C
3#2D7B86
4#33767F
5#3A7279
6#406D73
7#46686C
8#4D6366
9#535E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE4 #9BE4EE | BordersInactive statesPlaceholder text |
| 400 | 66D6 #66D6E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BCB #3BCBDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21AD #21ADC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A8A #1A8A99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1262 #12626D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3F #0C3F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0727 #07272C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F7FA;
--teal-200: #C6F0F5;
--teal-300: #9BE4EE;
--teal-400: #66D6E5;
--teal-500: #3BCBDE;
--teal-600: #21ADC0;
--teal-700: #1A8A99;
--teal-800: #12626D;
--teal-900: #0C3F46;
--teal-950: #07272C;
}