Teal
#10A0A2
CyanColor Codes
All color formats for development
HEX
#10A0A2RGB
rgb(16, 160, 162)HSL
hsl(181, 82%, 35%)OKLCH
oklch(0.641 0.107 196.4)CMYK
cmyk(90%, 1%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9092
2#0D8082
3#0B7072
4#0A6061
5#085051
6#064041
7#053031
8#032020
9#021010
Tints
Lighter variations
1#13BEC1
2#16DBDF
3#2CE7EA
4#4AEAED
5#68EEF0
6#86F1F3
7#A5F5F6
8#C3F8F9
9#E1FCFC
Tones
Muted variations
1#17999B
2#1F9294
3#268B8C
4#2D8485
5#357D7E
6#3C7677
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 | C3F8 #C3F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F3 #94F3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEC #5DECEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EE7 #2EE7EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C9 #14C9CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A0 #10A0A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B72 #0B7274 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0749 #07494A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DFFBFC;
--teal-200: #C3F8F9;
--teal-300: #94F3F4;
--teal-400: #5DECEF;
--teal-500: #2EE7EA;
--teal-600: #14C9CC;
--teal-700: #10A0A2;
--teal-800: #0B7274;
--teal-900: #07494A;
--teal-950: #052E2E;
}