Teal
#109BA2
CyanColor Codes
All color formats for development
HEX
#109BA2RGB
rgb(16, 155, 162)HSL
hsl(183, 82%, 35%)OKLCH
oklch(0.628 0.104 200.6)CMYK
cmyk(90%, 4%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8C92
2#0D7C82
3#0B6D72
4#0A5D61
5#084E51
6#063E41
7#052F31
8#031F20
9#021010
Tints
Lighter variations
1#13B8C1
2#16D5DF
3#2CE1EA
4#4AE5ED
5#68E9F0
6#86EEF3
7#A5F2F6
8#C3F6F9
9#E1FBFC
Tones
Muted variations
1#17959B
2#1F8E94
3#26878C
4#2D8185
5#357A7E
6#3C7477
7#436D6F
8#4B6668
9#526061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F6 #C3F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F0 #94F0F4 | BordersInactive statesPlaceholder text |
| 400 | 5DE8 #5DE8EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EE1 #2EE1EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C3 #14C3CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 109B #109BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6F #0B6F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474A | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DFFAFC;
--teal-200: #C3F6F9;
--teal-300: #94F0F4;
--teal-400: #5DE8EF;
--teal-500: #2EE1EA;
--teal-600: #14C3CC;
--teal-700: #109BA2;
--teal-800: #0B6F74;
--teal-900: #07474A;
--teal-950: #052C2E;
}