Teal
#1D8E96
CyanColor Codes
All color formats for development
HEX
#1D8E96RGB
rgb(29, 142, 150)HSL
hsl(184, 68%, 35%)OKLCH
oklch(0.592 0.094 202.4)CMYK
cmyk(81%, 5%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8087
2#177178
3#146369
4#11555A
5#0E474B
6#0B393C
7#092B2D
8#061C1E
9#030E0F
Tints
Lighter variations
1#22A8B2
2#27C3CE
3#3CCFDA
4#58D6DF
5#74DDE4
6#90E4EA
7#ABEBEF
8#C7F1F4
9#E3F8FA
Tones
Muted variations
1#238990
2#29838A
3#2F7E84
4#35797E
5#3B7478
6#416E72
7#47696B
8#4D6465
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F1 #C7F1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE7 #9CE7EC | BordersInactive statesPlaceholder text |
| 400 | 69DA #69DAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED0 #3ED0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B2 #24B2BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8E #1D8E96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1465 #14656B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D41 #0D4145 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F8F9;
--teal-200: #C7F1F4;
--teal-300: #9CE7EC;
--teal-400: #69DAE2;
--teal-500: #3ED0DA;
--teal-600: #24B2BC;
--teal-700: #1D8E96;
--teal-800: #14656B;
--teal-900: #0D4145;
--teal-950: #08292B;
}