Teal
#1D7A96
CyanColor Codes
All color formats for development
HEX
#1D7A96RGB
rgb(29, 122, 150)HSL
hsl(194, 68%, 35%)OKLCH
oklch(0.54 0.092 223.3)CMYK
cmyk(81%, 19%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A6D87
2#176178
3#145569
4#11495A
5#0E3D4B
6#0B313C
7#09242D
8#06181E
9#030C0F
Tints
Lighter variations
1#2290B2
2#27A7CE
3#3CB5DA
4#58C0DF
5#74CAE4
6#90D5EA
7#ABDFEF
8#C7EAF4
9#E3F4FA
Tones
Muted variations
1#237690
2#29738A
3#2F7084
4#356D7E
5#3B6978
6#416672
7#47636B
8#4D6065
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EA #C7EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDA #9CDAEC | BordersInactive statesPlaceholder text |
| 400 | 69C6 #69C6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB6 #3EB6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2499 #2499BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7A #1D7A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1457 #14576B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D38 #0D3845 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E1F4F9;
--teal-200: #C7EAF4;
--teal-300: #9CDAEC;
--teal-400: #69C6E2;
--teal-500: #3EB6DA;
--teal-600: #2499BC;
--teal-700: #1D7A96;
--teal-800: #14576B;
--teal-900: #0D3845;
--teal-950: #08232B;
}