Teal
#2A8989
CyanColor Codes
All color formats for development
HEX
#2A8989RGB
rgb(42, 137, 137)HSL
hsl(180, 53%, 35%)OKLCH
oklch(0.577 0.086 195)CMYK
cmyk(69%, 0%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#267B7B
2#226D6D
3#1D6060
4#195252
5#154444
6#113737
7#0D2929
8#081B1B
9#040E0E
Tints
Lighter variations
1#32A2A2
2#3ABBBB
3#4DC8C8
4#67D0D0
5#80D8D8
6#9AE0E0
7#B3E8E8
8#CCEFEF
9#E6F7F7
Tones
Muted variations
1#2F8484
2#337F7F
3#387A7A
4#3D7676
5#427171
6#466C6C
7#4B6767
8#506363
9#555E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F7 #E4F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEF #CCEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5E3 #A5E3E3 | BordersInactive statesPlaceholder text |
| 400 | 76D5 #76D5D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FC9 #4FC9C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 35AC #35ACAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A89 #2A8989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E62 #1E6262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 133E #133E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFB;
--teal-100: #E4F7F7;
--teal-200: #CCEFEF;
--teal-300: #A5E3E3;
--teal-400: #76D5D5;
--teal-500: #4FC9C9;
--teal-600: #35ACAC;
--teal-700: #2A8989;
--teal-800: #1E6262;
--teal-900: #133E3E;
--teal-950: #0C2727;
}