Teal
#1D967E
CyanColor Codes
All color formats for development
HEX
#1D967ERGB
rgb(29, 150, 126)HSL
hsl(168, 68%, 35%)OKLCH
oklch(0.604 0.107 175.2)CMYK
cmyk(81%, 0%, 16%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8771
2#177865
3#146958
4#115A4B
5#0E4B3F
6#0B3C32
7#092D26
8#061E19
9#030F0D
Tints
Lighter variations
1#22B295
2#27CEAC
3#3CDABA
4#58DFC4
5#74E4CE
6#90EAD8
7#ABEFE2
8#C7F4EB
9#E3FAF5
Tones
Muted variations
1#23907A
2#298A76
3#2F8473
4#357E6F
5#3B786B
6#417268
7#476B64
8#4D6561
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2CA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D967E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4539 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E1F9F4;
--teal-200: #C7F4EB;
--teal-300: #9CECDC;
--teal-400: #69E2CA;
--teal-500: #3EDABB;
--teal-600: #24BC9E;
--teal-700: #1D967E;
--teal-800: #146B5A;
--teal-900: #0D4539;
--teal-950: #082B24;
}