Teal
#129CA1
CyanColor Codes
All color formats for development
HEX
#129CA1RGB
rgb(18, 156, 161)HSL
hsl(182, 80%, 35%)OKLCH
oklch(0.63 0.104 199)CMYK
cmyk(89%, 3%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#108C91
2#0E7D81
3#0C6D70
4#0B5E60
5#094E50
6#073E40
7#052F30
8#041F20
9#021010
Tints
Lighter variations
1#15B9BE
2#18D6DC
3#2EE2E8
4#4CE6EB
5#6AEAEE
6#88EEF2
7#A5F2F5
8#C3F7F8
9#E1FBFC
Tones
Muted variations
1#19959A
2#208F92
3#27888B
4#2E8184
5#367B7D
6#3D7476
7#446D6F
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 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F0 #95F0F3 | BordersInactive statesPlaceholder text |
| 400 | 5EE8 #5EE8ED | Disabled statesSecondary iconsMuted text |
| 500 | 30E2 #30E2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C4 #16C4CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129C #129CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6F #0D6F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0847 #084749 | 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: #DFFAFB;
--teal-200: #C3F7F8;
--teal-300: #95F0F3;
--teal-400: #5EE8ED;
--teal-500: #30E2E8;
--teal-600: #16C4CA;
--teal-700: #129CA1;
--teal-800: #0D6F73;
--teal-900: #084749;
--teal-950: #052D2E;
}