Teal
#2A7A89
CyanColor Codes
All color formats for development
HEX
#2A7A89RGB
rgb(42, 122, 137)HSL
hsl(189, 53%, 35%)OKLCH
oklch(0.538 0.079 212.5)CMYK
cmyk(69%, 11%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#266E7B
2#22626D
3#1D5660
4#194952
5#153D44
6#113137
7#0D2529
8#08181B
9#040C0E
Tints
Lighter variations
1#3291A2
2#3AA8BB
3#4DB6C8
4#67C0D0
5#80CBD8
6#9AD5E0
7#B3E0E8
8#CCEAEF
9#E6F5F7
Tones
Muted variations
1#2F7784
2#33747F
3#38707A
4#3D6D76
5#426A71
6#46666C
7#4B6367
8#506063
9#555D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DA #A5DAE3 | BordersInactive statesPlaceholder text |
| 400 | 76C7 #76C7D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB7 #4FB7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359A #359AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7A #2A7A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E57 #1E5762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1338 #13383E | 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: #E4F4F7;
--teal-200: #CCEAEF;
--teal-300: #A5DAE3;
--teal-400: #76C7D5;
--teal-500: #4FB7C9;
--teal-600: #359AAC;
--teal-700: #2A7A89;
--teal-800: #1E5762;
--teal-900: #13383E;
--teal-950: #0C2327;
}