Teal
#149D9F
CyanColor Codes
All color formats for development
HEX
#149D9FRGB
rgb(20, 157, 159)HSL
hsl(181, 78%, 35%)OKLCH
oklch(0.632 0.105 196.5)CMYK
cmyk(87%, 1%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128D8F
2#107D7F
3#0E6E6F
4#0C5E5F
5#0A4E4F
6#083F40
7#062F30
8#041F20
9#021010
Tints
Lighter variations
1#17BABC
2#1BD7DA
3#30E2E5
4#4EE7E9
5#6BEBED
6#89EFF0
7#A6F3F4
8#C4F7F8
9#E1FBFB
Tones
Muted variations
1#1B9698
2#228F91
3#29888A
4#2F8283
5#367B7C
6#3D7475
7#446D6E
8#4B6767
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 | C4F7 #C4F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F1 #97F1F2 | BordersInactive statesPlaceholder text |
| 400 | 60E9 #60E9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E3 #33E3E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C5 #19C5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149D #149D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E70 #0E7071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094849 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C4F7F8;
--teal-300: #97F1F2;
--teal-400: #60E9EB;
--teal-500: #33E3E6;
--teal-600: #19C5C8;
--teal-700: #149D9F;
--teal-800: #0E7071;
--teal-900: #094849;
--teal-950: #062D2D;
}