Teal
#1C7A97
CyanColor Codes
All color formats for development
HEX
#1C7A97RGB
rgb(28, 122, 151)HSL
hsl(194, 69%, 35%)OKLCH
oklch(0.541 0.093 224.1)CMYK
cmyk(81%, 19%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#196E88
2#166279
3#13556A
4#11495A
5#0E3D4B
6#0B313C
7#08252D
8#06181E
9#030C0F
Tints
Lighter variations
1#2191B3
2#26A7CF
3#3BB6DB
4#57C0E0
5#73CBE5
6#8FD5EA
7#ABE0F0
8#C7EAF5
9#E3F5FA
Tones
Muted variations
1#227791
2#28748B
3#2E7084
4#346D7E
5#3A6A78
6#416672
7#47636C
8#4D6066
9#535D5F
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 #C7EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDA #9CDAED | BordersInactive statesPlaceholder text |
| 400 | 68C7 #68C7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB6 #3DB6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2399 #2399BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7A #1C7A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1457 #14576C | 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: #C7EAF5;
--teal-300: #9CDAED;
--teal-400: #68C7E3;
--teal-500: #3DB6DB;
--teal-600: #2399BE;
--teal-700: #1C7A97;
--teal-800: #14576C;
--teal-900: #0D3845;
--teal-950: #08232B;
}