Teal
#1C7C97
CyanColor Codes
All color formats for development
HEX
#1C7C97RGB
rgb(28, 124, 151)HSL
hsl(193, 69%, 35%)OKLCH
oklch(0.546 0.093 222)CMYK
cmyk(81%, 18%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#197088
2#166379
3#13576A
4#114A5A
5#0E3E4B
6#0B323C
7#08252D
8#06191E
9#030C0F
Tints
Lighter variations
1#2193B3
2#26AACF
3#3BB8DB
4#57C2E0
5#73CDE5
6#8FD7EA
7#ABE1F0
8#C7EBF5
9#E3F5FA
Tones
Muted variations
1#227991
2#28758B
3#2E7284
4#346E7E
5#3A6B78
6#416772
7#47646C
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 | C7EB #C7EBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDB #9CDBED | BordersInactive statesPlaceholder text |
| 400 | 68C9 #68C9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB9 #3DB9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 239C #239CBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7C #1C7C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1459 #14596C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | 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: #C7EBF5;
--teal-300: #9CDBED;
--teal-400: #68C9E3;
--teal-500: #3DB9DB;
--teal-600: #239CBE;
--teal-700: #1C7C97;
--teal-800: #14596C;
--teal-900: #0D3945;
--teal-950: #08232B;
}