Teal
#2B8888
CyanColor Codes
All color formats for development
HEX
#2B8888RGB
rgb(43, 136, 136)HSL
hsl(180, 52%, 35%)OKLCH
oklch(0.574 0.085 195.1)CMYK
cmyk(68%, 0%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#277A7A
2#226D6D
3#1E5F5F
4#1A5151
5#154444
6#113636
7#0D2929
8#091B1B
9#040E0E
Tints
Lighter variations
1#33A1A1
2#3BBABA
3#4FC7C7
4#68CFCF
5#81D7D7
6#9ADFDF
7#B3E7E7
8#CDEFEF
9#E6F7F7
Tones
Muted variations
1#2F8383
2#347E7E
3#397A7A
4#3D7575
5#427070
6#476C6C
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 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEF #CDEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6E3 #A6E3E3 | BordersInactive statesPlaceholder text |
| 400 | 77D4 #77D4D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51C8 #51C8C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 36AB #36ABAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B88 #2B8888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F61 #1F6161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143E #143E3E | 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: #E4F6F6;
--teal-200: #CDEFEF;
--teal-300: #A6E3E3;
--teal-400: #77D4D4;
--teal-500: #51C8C8;
--teal-600: #36ABAB;
--teal-700: #2B8888;
--teal-800: #1F6161;
--teal-900: #143E3E;
--teal-950: #0C2727;
}