Teal
#1D9096
CyanColor Codes
All color formats for development
HEX
#1D9096RGB
rgb(29, 144, 150)HSL
hsl(183, 68%, 35%)OKLCH
oklch(0.597 0.095 200.4)CMYK
cmyk(81%, 4%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8187
2#177378
3#146569
4#11565A
5#0E484B
6#0B3A3C
7#092B2D
8#061D1E
9#030E0F
Tints
Lighter variations
1#22ABB2
2#27C5CE
3#3CD2DA
4#58D8DF
5#74DFE4
6#90E5EA
7#ABECEF
8#C7F2F4
9#E3F9FA
Tones
Muted variations
1#238A90
2#29858A
3#2F7F84
4#357A7E
5#3B7578
6#416F72
7#476A6B
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 | C7F2 #C7F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE8 #9CE8EC | BordersInactive statesPlaceholder text |
| 400 | 69DC #69DCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED2 #3ED2DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B5 #24B5BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D90 #1D9096 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1467 #14676B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D42 #0D4245 | 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: #C7F2F4;
--teal-300: #9CE8EC;
--teal-400: #69DCE2;
--teal-500: #3ED2DA;
--teal-600: #24B5BC;
--teal-700: #1D9096;
--teal-800: #14676B;
--teal-900: #0D4245;
--teal-950: #08292B;
}