Teal
#2A7789
CyanColor Codes
All color formats for development
HEX
#2A7789RGB
rgb(42, 119, 137)HSL
hsl(191, 53%, 35%)OKLCH
oklch(0.53 0.079 216.3)CMYK
cmyk(69%, 13%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#266B7B
2#225F6D
3#1D5360
4#194852
5#153C44
6#113037
7#0D2429
8#08181B
9#040C0E
Tints
Lighter variations
1#328DA2
2#3AA3BB
3#4DB2C8
4#67BDD0
5#80C8D8
6#9AD3E0
7#B3DEE8
8#CCE9EF
9#E6F4F7
Tones
Muted variations
1#2F7484
2#33717F
3#386E7A
4#3D6B76
5#426871
6#46656C
7#4B6267
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 | CCE9 #CCE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E3 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB3 #4FB3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3596 #3596AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A77 #2A7789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E55 #1E5562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1336 #13363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F3F7;
--teal-200: #CCE9EF;
--teal-300: #A5D8E3;
--teal-400: #76C4D5;
--teal-500: #4FB3C9;
--teal-600: #3596AC;
--teal-700: #2A7789;
--teal-800: #1E5562;
--teal-900: #13363E;
--teal-950: #0C2227;
}