Teal
#207C92
CyanColor Codes
All color formats for development
HEX
#207C92RGB
rgb(32, 124, 146)HSL
hsl(192, 64%, 35%)OKLCH
oklch(0.544 0.088 217.9)CMYK
cmyk(78%, 15%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D6F84
2#1A6375
3#165666
4#134A58
5#103E49
6#0D313B
7#0A252C
8#06191D
9#030C0F
Tints
Lighter variations
1#2692AE
2#2CA9C9
3#41B8D5
4#5CC2DB
5#77CCE1
6#92D6E7
7#ADE0ED
8#C9EBF3
9#E4F5F9
Tones
Muted variations
1#26788D
2#2C7587
3#317181
4#376E7C
5#3D6A76
6#426770
7#48646A
8#4E6065
9#545D5F
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 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDB #9FDBEA | BordersInactive statesPlaceholder text |
| 400 | 6DC8 #6DC8DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B8 #43B8D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 289B #289BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207C #207C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1758 #175869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F38 #0F3843 | 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: #C9EBF3;
--teal-300: #9FDBEA;
--teal-400: #6DC8DF;
--teal-500: #43B8D6;
--teal-600: #289BB8;
--teal-700: #207C92;
--teal-800: #175869;
--teal-900: #0F3843;
--teal-950: #09232A;
}