Teal
#109EA2
CyanColor Codes
All color formats for development
HEX
#109EA2RGB
rgb(16, 158, 162)HSL
hsl(182, 82%, 35%)OKLCH
oklch(0.636 0.106 198.1)CMYK
cmyk(90%, 2%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8E92
2#0D7E82
3#0B6E72
4#0A5F61
5#084F51
6#063F41
7#052F31
8#032020
9#021010
Tints
Lighter variations
1#13BBC1
2#16D8DF
3#2CE4EA
4#4AE8ED
5#68ECF0
6#86EFF3
7#A5F3F6
8#C3F7F9
9#E1FBFC
Tones
Muted variations
1#17979B
2#1F9094
3#26898C
4#2D8285
5#357B7E
6#3C7577
7#436E6F
8#4B6768
9#526061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F1 #94F1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEA #5DEAEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EE4 #2EE4EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C6 #14C6CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 109E #109EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B71 #0B7174 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484A | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DFFBFC;
--teal-200: #C3F7F9;
--teal-300: #94F1F4;
--teal-400: #5DEAEF;
--teal-500: #2EE4EA;
--teal-600: #14C6CC;
--teal-700: #109EA2;
--teal-800: #0B7174;
--teal-900: #07484A;
--teal-950: #052D2E;
}