Teal
#149A9F
CyanColor Codes
All color formats for development
HEX
#149A9FRGB
rgb(20, 154, 159)HSL
hsl(182, 78%, 35%)OKLCH
oklch(0.625 0.103 199)CMYK
cmyk(87%, 3%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128B8F
2#107B7F
3#0E6C6F
4#0C5D5F
5#0A4D4F
6#083E40
7#062E30
8#041F20
9#020F10
Tints
Lighter variations
1#17B7BC
2#1BD4DA
3#30DFE5
4#4EE4E9
5#6BE8ED
6#89EDF0
7#A6F1F4
8#C4F6F8
9#E1FAFB
Tones
Muted variations
1#1B9498
2#228D91
3#29878A
4#2F8083
5#367A7C
6#3D7375
7#446D6E
8#4B6667
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 | C4F6 #C4F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EF #97EFF2 | BordersInactive statesPlaceholder text |
| 400 | 60E7 #60E7EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E0 #33E0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C2 #19C2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149A #149A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6E #0E6E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0947 #094749 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFAFB;
--teal-200: #C4F6F8;
--teal-300: #97EFF2;
--teal-400: #60E7EB;
--teal-500: #33E0E6;
--teal-600: #19C2C8;
--teal-700: #149A9F;
--teal-800: #0E6E71;
--teal-900: #094749;
--teal-950: #062C2D;
}