Teal
#1D9296
CyanColor Codes
All color formats for development
HEX
#1D9296RGB
rgb(29, 146, 150)HSL
hsl(182, 68%, 35%)OKLCH
oklch(0.602 0.096 198.5)CMYK
cmyk(81%, 3%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8387
2#177578
3#146669
4#11585A
5#0E494B
6#0B3A3C
7#092C2D
8#061D1E
9#030F0F
Tints
Lighter variations
1#22ADB2
2#27C8CE
3#3CD5DA
4#58DBDF
5#74E1E4
6#90E7EA
7#ABEDEF
8#C7F3F4
9#E3F9FA
Tones
Muted variations
1#238C90
2#29878A
3#2F8184
4#357B7E
5#3B7678
6#417072
7#476A6B
8#4D6565
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 | C7F3 #C7F3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEA #9CEAEC | BordersInactive statesPlaceholder text |
| 400 | 69DE #69DEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED5 #3ED5DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B7 #24B7BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D92 #1D9296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1468 #14686B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F8F9;
--teal-200: #C7F3F4;
--teal-300: #9CEAEC;
--teal-400: #69DEE2;
--teal-500: #3ED5DA;
--teal-600: #24B7BC;
--teal-700: #1D9296;
--teal-800: #14686B;
--teal-900: #0D4345;
--teal-950: #082A2B;
}