Teal
#2A7489
CyanColor Codes
All color formats for development
HEX
#2A7489RGB
rgb(42, 116, 137)HSL
hsl(193, 53%, 35%)OKLCH
oklch(0.523 0.079 220.2)CMYK
cmyk(69%, 15%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26687B
2#225D6D
3#1D5160
4#194652
5#153A44
6#112E37
7#0D2329
8#08171B
9#040C0E
Tints
Lighter variations
1#328AA2
2#3A9FBB
3#4DAEC8
4#67B9D0
5#80C5D8
6#9AD1E0
7#B3DCE8
8#CCE8EF
9#E6F3F7
Tones
Muted variations
1#2F7184
2#336F7F
3#386C7A
4#3D6976
5#426771
6#46646C
7#4B6167
8#505F63
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 | CCE8 #CCE8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D6 #A5D6E3 | BordersInactive statesPlaceholder text |
| 400 | 76C1 #76C1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FAF #4FAFC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3592 #3592AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A74 #2A7489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E53 #1E5362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353E | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F3F7;
--teal-200: #CCE8EF;
--teal-300: #A5D6E3;
--teal-400: #76C1D5;
--teal-500: #4FAFC9;
--teal-600: #3592AC;
--teal-700: #2A7489;
--teal-800: #1E5362;
--teal-900: #13353E;
--teal-950: #0C2127;
}