Teal
#2A7989
CyanColor Codes
All color formats for development
HEX
#2A7989RGB
rgb(42, 121, 137)HSL
hsl(190, 53%, 35%)OKLCH
oklch(0.535 0.079 213.7)CMYK
cmyk(69%, 12%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#266D7B
2#22616D
3#1D5560
4#194852
5#153C44
6#113037
7#0D2429
8#08181B
9#040C0E
Tints
Lighter variations
1#328FA2
2#3AA6BB
3#4DB4C8
4#67BFD0
5#80C9D8
6#9AD4E0
7#B3DFE8
8#CCEAEF
9#E6F4F7
Tones
Muted variations
1#2F7684
2#33727F
3#386F7A
4#3D6C76
5#426971
6#46666C
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 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D9 #A5D9E3 | BordersInactive statesPlaceholder text |
| 400 | 76C5 #76C5D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB5 #4FB5C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3598 #3598AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A79 #2A7989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E56 #1E5662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373E | 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: #E4F3F7;
--teal-200: #CCEAEF;
--teal-300: #A5D9E3;
--teal-400: #76C5D5;
--teal-500: #4FB5C9;
--teal-600: #3598AC;
--teal-700: #2A7989;
--teal-800: #1E5662;
--teal-900: #13373E;
--teal-950: #0C2327;
}