Teal
#1D8C96
CyanColor Codes
All color formats for development
HEX
#1D8C96RGB
rgb(29, 140, 150)HSL
hsl(185, 68%, 35%)OKLCH
oklch(0.587 0.094 204.4)CMYK
cmyk(81%, 7%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A7E87
2#177078
3#146269
4#11545A
5#0E464B
6#0B383C
7#092A2D
8#061C1E
9#030E0F
Tints
Lighter variations
1#22A6B2
2#27C0CE
3#3CCDDA
4#58D4DF
5#74DBE4
6#90E2EA
7#ABE9EF
8#C7F1F4
9#E3F8FA
Tones
Muted variations
1#238790
2#29828A
3#2F7D84
4#35787E
5#3B7378
6#416D72
7#47686B
8#4D6365
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F1 #C7F1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE6 #9CE6EC | BordersInactive statesPlaceholder text |
| 400 | 69D8 #69D8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ECD #3ECDDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B0 #24B0BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8C #1D8C96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1464 #14646B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4045 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F7F9;
--teal-200: #C7F1F4;
--teal-300: #9CE6EC;
--teal-400: #69D8E2;
--teal-500: #3ECDDA;
--teal-600: #24B0BC;
--teal-700: #1D8C96;
--teal-800: #14646B;
--teal-900: #0D4045;
--teal-950: #08282B;
}