Teal
#1D8A96
CyanColor Codes
All color formats for development
HEX
#1D8A96RGB
rgb(29, 138, 150)HSL
hsl(186, 68%, 35%)OKLCH
oklch(0.581 0.093 206.4)CMYK
cmyk(81%, 8%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A7C87
2#176E78
3#146069
4#11535A
5#0E454B
6#0B373C
7#09292D
8#061C1E
9#030E0F
Tints
Lighter variations
1#22A3B2
2#27BDCE
3#3CCADA
4#58D2DF
5#74D9E4
6#90E1EA
7#ABE8EF
8#C7F0F4
9#E3F7FA
Tones
Muted variations
1#238590
2#29808A
3#2F7B84
4#35767E
5#3B7278
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 | C7F0 #C7F0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE4 #9CE4EC | BordersInactive statesPlaceholder text |
| 400 | 69D6 #69D6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ECB #3ECBDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24AD #24ADBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8A #1D8A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1462 #14626B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3F #0D3F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F7F9;
--teal-200: #C7F0F4;
--teal-300: #9CE4EC;
--teal-400: #69D6E2;
--teal-500: #3ECBDA;
--teal-600: #24ADBC;
--teal-700: #1D8A96;
--teal-800: #14626B;
--teal-900: #0D3F45;
--teal-950: #08272B;
}