Teal
#2B7A88
CyanColor Codes
All color formats for development
HEX
#2B7A88RGB
rgb(43, 122, 136)HSL
hsl(189, 52%, 35%)OKLCH
oklch(0.538 0.078 211.5)CMYK
cmyk(68%, 10%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276E7A
2#22616D
3#1E555F
4#1A4951
5#153D44
6#113136
7#0D2529
8#09181B
9#040C0E
Tints
Lighter variations
1#3390A1
2#3BA7BA
3#4FB5C7
4#68C0CF
5#81CAD7
6#9AD5DF
7#B3DFE7
8#CDEAEF
9#E6F4F7
Tones
Muted variations
1#2F7683
2#34737E
3#39707A
4#3D6D75
5#426970
6#47666C
7#4B6367
8#506063
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEA #CDEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6DA #A6DAE3 | BordersInactive statesPlaceholder text |
| 400 | 77C6 #77C6D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51B6 #51B6C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3699 #3699AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B7A #2B7A88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F57 #1F5761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1438 #14383E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F4F6;
--teal-200: #CDEAEF;
--teal-300: #A6DAE3;
--teal-400: #77C6D4;
--teal-500: #51B6C8;
--teal-600: #3699AB;
--teal-700: #2B7A88;
--teal-800: #1F5761;
--teal-900: #14383E;
--teal-950: #0C2327;
}