Teal
#129AA1
CyanColor Codes
All color formats for development
HEX
#129AA1RGB
rgb(18, 154, 161)HSL
hsl(183, 80%, 35%)OKLCH
oklch(0.625 0.103 200.7)CMYK
cmyk(89%, 4%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#108A91
2#0E7B81
3#0C6B70
4#0B5C60
5#094D50
6#073D40
7#052E30
8#041F20
9#020F10
Tints
Lighter variations
1#15B6BE
2#18D3DC
3#2EDFE8
4#4CE3EB
5#6AE8EE
6#88ECF2
7#A5F1F5
8#C3F6F8
9#E1FAFC
Tones
Muted variations
1#19939A
2#208D92
3#27868B
4#2E8084
5#36797D
6#3D7376
7#446D6F
8#4B6668
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 | C3F6 #C3F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EF #95EFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE6 #5EE6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DF #30DFE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C1 #16C1CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129A #129AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6E #0D6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0846 #084649 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFAFB;
--teal-200: #C3F6F8;
--teal-300: #95EFF3;
--teal-400: #5EE6ED;
--teal-500: #30DFE8;
--teal-600: #16C1CA;
--teal-700: #129AA1;
--teal-800: #0D6E73;
--teal-900: #084649;
--teal-950: #052C2E;
}