Teal
#1099A2
CyanColor Codes
All color formats for development
HEX
#1099A2RGB
rgb(16, 153, 162)HSL
hsl(184, 82%, 35%)OKLCH
oklch(0.623 0.104 202.4)CMYK
cmyk(90%, 6%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8992
2#0D7A82
3#0B6B72
4#0A5C61
5#084C51
6#063D41
7#052E31
8#031F20
9#020F10
Tints
Lighter variations
1#13B5C1
2#16D1DF
3#2CDDEA
4#4AE2ED
5#68E7F0
6#86ECF3
7#A5F1F6
8#C3F5F9
9#E1FAFC
Tones
Muted variations
1#17929B
2#1F8C94
3#26868C
4#2D7F85
5#35797E
6#3C7377
7#436C6F
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 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EE #94EEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE5 #5DE5EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EDE #2EDEEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C0 #14C0CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1099 #1099A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6D #0B6D74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0746 #07464A | 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: #C3F5F9;
--teal-300: #94EEF4;
--teal-400: #5DE5EF;
--teal-500: #2EDEEA;
--teal-600: #14C0CC;
--teal-700: #1099A2;
--teal-800: #0B6D74;
--teal-900: #07464A;
--teal-950: #052C2E;
}