Teal
#1F7C93
CyanColor Codes
All color formats for development
HEX
#1F7C93RGB
rgb(31, 124, 147)HSL
hsl(192, 65%, 35%)OKLCH
oklch(0.545 0.089 218.8)CMYK
cmyk(79%, 16%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C7085
2#196376
3#165767
4#134A58
5#103E4A
6#0C323B
7#09252C
8#06191D
9#030C0F
Tints
Lighter variations
1#2593AF
2#2BAACA
3#40B8D6
4#5BC2DC
5#76CCE2
6#92D7E8
7#ADE1EE
8#C8EBF3
9#E4F5F9
Tones
Muted variations
1#25798D
2#2B7588
3#317282
4#366E7C
5#3C6B76
6#426770
7#48646B
8#4E6065
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EB #C8EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDB #9EDBEA | BordersInactive statesPlaceholder text |
| 400 | 6CC9 #6CC9E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42B9 #42B9D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279C #279CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7C #1F7C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1659 #165969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E39 #0E3943 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFC;
--teal-100: #E2F4F9;
--teal-200: #C8EBF3;
--teal-300: #9EDBEA;
--teal-400: #6CC9E0;
--teal-500: #42B9D7;
--teal-600: #279CB9;
--teal-700: #1F7C93;
--teal-800: #165969;
--teal-900: #0E3943;
--teal-950: #09232A;
}