Teal
#1D8F95
CyanColor Codes
All color formats for development
HEX
#1D8F95RGB
rgb(29, 143, 149)HSL
hsl(183, 67%, 35%)OKLCH
oklch(0.594 0.095 200.5)CMYK
cmyk(81%, 4%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8186
2#187277
3#156468
4#125659
5#0F484B
6#0C393C
7#092B2D
8#061D1E
9#030E0F
Tints
Lighter variations
1#23AAB1
2#28C4CC
3#3DD1D9
4#59D8DE
5#75DEE4
6#90E5E9
7#ACEBEF
8#C8F2F4
9#E3F8FA
Tones
Muted variations
1#238A8F
2#298489
3#2F7F83
4#357A7D
5#3B7477
6#416F71
7#47696B
8#4D6465
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE8 #9DE8EC | BordersInactive statesPlaceholder text |
| 400 | 6ADC #6ADCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD1 #3FD1D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B4 #25B4BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8F #1D8F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1566 #15666A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D41 #0D4144 | 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: #F2FCFC;
--teal-100: #E1F8F9;
--teal-200: #C8F2F4;
--teal-300: #9DE8EC;
--teal-400: #6ADCE2;
--teal-500: #3FD1D9;
--teal-600: #25B4BB;
--teal-700: #1D8F95;
--teal-800: #15666A;
--teal-900: #0D4144;
--teal-950: #08292B;
}