Teal
#2A7C89
CyanColor Codes
All color formats for development
HEX
#2A7C89RGB
rgb(42, 124, 137)HSL
hsl(188, 53%, 35%)OKLCH
oklch(0.543 0.079 210)CMYK
cmyk(69%, 9%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26707B
2#22636D
3#1D5760
4#194A52
5#153E44
6#113237
7#0D2529
8#08191B
9#040C0E
Tints
Lighter variations
1#3293A2
2#3AAABB
3#4DB8C8
4#67C2D0
5#80CCD8
6#9AD6E0
7#B3E1E8
8#CCEBEF
9#E6F5F7
Tones
Muted variations
1#2F7884
2#33757F
3#38727A
4#3D6E76
5#426B71
6#46676C
7#4B6467
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 | CCEB #CCEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DB #A5DBE3 | BordersInactive statesPlaceholder text |
| 400 | 76C8 #76C8D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB9 #4FB9C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359C #359CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7C #2A7C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E59 #1E5962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1339 #13393E | 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: #CCEBEF;
--teal-300: #A5DBE3;
--teal-400: #76C8D5;
--teal-500: #4FB9C9;
--teal-600: #359CAC;
--teal-700: #2A7C89;
--teal-800: #1E5962;
--teal-900: #13393E;
--teal-950: #0C2327;
}