Teal
#1D9395
CyanColor Codes
All color formats for development
HEX
#1D9395RGB
rgb(29, 147, 149)HSL
hsl(181, 67%, 35%)OKLCH
oklch(0.604 0.097 196.7)CMYK
cmyk(81%, 1%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8486
2#187677
3#156768
4#125859
5#0F4A4B
6#0C3B3C
7#092C2D
8#061D1E
9#030F0F
Tints
Lighter variations
1#23AEB1
2#28CACC
3#3DD6D9
4#59DCDE
5#75E2E4
6#90E8E9
7#ACEDEF
8#C8F3F4
9#E3F9FA
Tones
Muted variations
1#238D8F
2#298789
3#2F8283
4#357C7D
5#3B7677
6#417071
7#476B6B
8#4D6565
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEA #9DEAEC | BordersInactive statesPlaceholder text |
| 400 | 6AE0 #6AE0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD7 #3FD7D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B9 #25B9BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D93 #1D9395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1569 #15696A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4344 | 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: #F2FCFC;
--teal-100: #E1F9F9;
--teal-200: #C8F3F4;
--teal-300: #9DEAEC;
--teal-400: #6AE0E2;
--teal-500: #3FD7D9;
--teal-600: #25B9BB;
--teal-700: #1D9395;
--teal-800: #15696A;
--teal-900: #0D4344;
--teal-950: #082A2B;
}