Teal
#2A7E89
CyanColor Codes
All color formats for development
HEX
#2A7E89RGB
rgb(42, 126, 137)HSL
hsl(187, 53%, 35%)OKLCH
oklch(0.548 0.08 207.5)CMYK
cmyk(69%, 8%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26717B
2#22646D
3#1D5860
4#194B52
5#153F44
6#113237
7#0D2629
8#08191B
9#040D0E
Tints
Lighter variations
1#3295A2
2#3AACBB
3#4DBAC8
4#67C4D0
5#80CED8
6#9AD8E0
7#B3E1E8
8#CCEBEF
9#E6F5F7
Tones
Muted variations
1#2F7A84
2#33767F
3#38737A
4#3D6F76
5#426B71
6#46686C
7#4B6467
8#506163
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 | CCEB #CCEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DC #A5DCE3 | BordersInactive statesPlaceholder text |
| 400 | 76CA #76CAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FBB #4FBBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359E #359EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7E #2A7E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E5A #1E5A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1339 #13393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C24 #0C2427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F4F7;
--teal-200: #CCEBEF;
--teal-300: #A5DCE3;
--teal-400: #76CAD5;
--teal-500: #4FBBC9;
--teal-600: #359EAC;
--teal-700: #2A7E89;
--teal-800: #1E5A62;
--teal-900: #13393E;
--teal-950: #0C2427;
}