Teal
#129EA1
CyanColor Codes
All color formats for development
HEX
#129EA1RGB
rgb(18, 158, 161)HSL
hsl(181, 80%, 35%)OKLCH
oklch(0.636 0.105 197.3)CMYK
cmyk(89%, 2%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#108E91
2#0E7F81
3#0C6F70
4#0B5F60
5#094F50
6#073F40
7#052F30
8#042020
9#021010
Tints
Lighter variations
1#15BCBE
2#18D9DC
3#2EE5E8
4#4CE8EB
5#6AECEE
6#88F0F2
7#A5F4F5
8#C3F7F8
9#E1FBFC
Tones
Muted variations
1#19979A
2#209092
3#278A8B
4#2E8384
5#367C7D
6#3D7576
7#446E6F
8#4B6768
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EEB #5EEBED | Disabled statesSecondary iconsMuted text |
| 500 | 30E5 #30E5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C7 #16C7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129E #129EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D71 #0D7173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #084849 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C3F7F8;
--teal-300: #95F2F3;
--teal-400: #5EEBED;
--teal-500: #30E5E8;
--teal-600: #16C7CA;
--teal-700: #129EA1;
--teal-800: #0D7173;
--teal-900: #084849;
--teal-950: #052D2E;
}